Details
-
Bug
-
Resolution: Fixed
-
Minor
-
10.8
-
Unknown
-
N/A
-
N/A
-
Pull Request accepted
-
-
3.3.2 Labels or Instructions
Description
AFFECTS:
- All pages
- xwiki:XWiki.WatchListRss
- xwiki:Main.WebHome
- etc.
ERROR:
- org.xwiki.test.webstandards.CustomDutchWebGuidelinesValidationTest.Validating HTML5 Dutch Web Guidelines validity for: xwiki:XWiki.WatchListRss executed with credentials Admin:admin (from org.xwiki.test.webstandards.AllTests)
- ERROR: An input field has been found with no label association.
INVALIDATES:
- Dutch Guidelines: validateRpd13s1()
- R-pd.13.1 "Use the label element to explicitly associate text with an input field in a form."
EXPLANATION:
- Missing labels for #notificationPageOnly, #notificationPageAndChildren and #notificationWiki input@type='checkbox'
FIXES:
- Add hidden labels for the inputs
- Add a label element that surrounds the control's label. Set the for attribute on the label element to the same value as the id attribute of the control. And/or add a title attribute to the input element. And/or create a label element that contains the input element.
Attachments
Issue Links
- is related to
-
XWIKI-19134 .notifications-toggles input labels not read by screen readers
- Closed
-
XWIKI-15718 #headerglobalsearchinput is missing the label
- Closed
-
XWIKI-16142 History revision inputs are missing labels
- Closed
- relates to
-
XWIKI-15720 Notifications' RSS feed link is using target attribute
- Closed