-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.4, 4.2.1
To reproduce:
- Create a course with several activities with grading (e.g. assign, forum, quiz)
- Go to the grade book setup page.
- Inspect > View page source
- Copy the grade book setup page's HTML
- Run it in Nu HTML Validator
- Expectation
- There should be no errors
- Actual
- The following validation errors are encountered:
- Attribute text not allowed on element td at this point.
<td class="cell column-name level1 levelodd cell c0" text="" style="" colspan="3">
- Bad value category category4 for attribute id on element input: An ID must not contain whitespace.
<input id="category category4" name="category category4" type="checkbox" class="itemselect ignoredirty" value="1"↩ data-action="toggle"↩ data-toggle="master"↩ data-togglegroup="category category4"↩ data-toggle-selectall="All"↩ data-toggle-deselectall="All"↩ ↩/>
- Table columns in range 9…18 established by element td have no cells beginning in them.
<td class="emptyrow colspan level2 leveleven cell c0 lastcol" style="" colspan="17">
- Attribute text not allowed on element td at this point.
- The following validation errors are encountered:
Noting some warnings also:
- Empty heading. (empty h2 tag)
- Table column count issues (e.g. "A table row was 2 columns wide, which is less than the column count established by the first row (8).")
- will help resolve
-
MDL-75020 no space between the attributes in moremenu_children template
- Closed