Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.8
-
Component/s: Accessibility
-
Labels:None
-
Affected Branches:MOODLE_17_STABLE
-
Fixed Branches:MOODLE_18_STABLE
Description
XHTML Strict does not allow name attribute on forms, but we are using them for focus selection.
Solution:
- remove the name (or replace it with id)
- use id of element for focus - needs fixing JS focus code and all places that use it
Issue Links
| This issue will help resolve: | ||||
| MDL-7861 | Strict XHTML 1.0 |
|
|
|
hmm, we could add compatibility hack to use old style focusing code if focus contains dot