Details
-
Bug
-
Resolution: Fixed
-
Minor
-
10.8
-
Unknown
-
N/A
-
N/A
-
Pull Request accepted
-
-
4.1.2 Name, Role, Value
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."
FIXES:
- Add a hidden label for the input
- 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-15717 .globalsearch uses a submit button instead of input[@type='submit']
- Closed
-
XWIKI-16142 History revision inputs are missing labels
- Closed
- relates to
-
XWIKI-15719 .notifications-toggles inputs are missing labels
- Closed
-
XWIKI-16149 #commentinput is missing the label
- Closed
-
XWIKI-16151 Administration's live search input is missing the label
- Closed