Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 10.8
-
Fix Version/s: 10.9
-
Component/s: Notifications
-
Labels:
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Pull Request Status:Pull Request accepted
-
Similar issues:
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-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
-