
| Key: |
MDL-8062
|
| Type: |
Sub-task
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Petr Skoda
|
| Reporter: |
Petr Skoda
|
| Votes: |
0
|
| Watchers: |
0
|
|
|
| Participants: |
Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
07/Jan/07
|
| Affected Branches: |
MOODLE_17_STABLE
|
| Fixed Branches: |
MOODLE_18_STABLE
|
|
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
|
|
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 |
Show » |
|