Details
-
Bug
-
Resolution: Fixed
-
Minor
-
10.8
-
Unknown
-
N/A
-
N/A
-
-
4.1.2 Name, Role, Value
Description
AFFECTS:
- xwiki:XWiki.Admin
- xwiki:XWiki.Notifications.Code.XWikiUserNotificationsSheet
ERROR:
- org.xwiki.test.webstandards.CustomDutchWebGuidelinesValidationTest.Validating HTML5 Dutch Web Guidelines validity for: xwiki:XWiki.Notifications.Code.XWikiUserNotificationsSheet executed with credentials Admin:admin (from org.xwiki.test.webstandards.AllTests)
- ERROR: <th> elements have been found that make no use the scope attribute. When scope is not used, be advised to use headers attributes and to use id attributes to associate table labels (<th> cells) with individual table cells (see R-pd.11.5).
- ERROR: No headers or id attributes have been found. When not using these be advised to use the scope attribute instead to associate table labels (<th> cells) with columns and rows. (see R-pd.11.4).
INVALIDATES:
- Dutch Guidelines: {{validateRpd11s4() validateRpd11s5() }}
- R-pd.11.4 Use the scope attribute to associate table labels (th cells) with columns or rows.
- R-pd.11.5 Use the headers and id attributes to associate table labels (th cells) with individual cells in complex tables.
FIXES:
- Add scope attribute for th
- See possible values https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th
- See examples:
Attachments
Issue Links
- is related to
-
TOUR-64 "Scope" attribute missing for #stepsContainer table headers
- Closed
-
XWIKI-15710 Table on Sandbox.WebHome is missing the header
- Closed
- relates to
-
XWIKI-15663 Table on Main.WebHome is missing the header
- Closed