Details
-
Bug
-
Resolution: Fixed
-
Major
-
15.4
-
Easy
-
N/A
-
N/A
-
-
4.1.2 Name, Role, Value
Description
WCAG warnings in the test class [org.xwiki.administration.test.ui.AllIT]:
Validation in the test method [testImportWithHistoryWhenNoPage]
Check for [org.xwiki.flamingo.skin.test.po.AttachmentsViewPage] at http://xwikiweb:8080/xwiki/bin/view/Main/TestPage#History.
Found [1] items1: Form elements must have labels
Description: Ensures every form element has a label
Help URL: https://dequeuniversity.com/rules/axe/4.6/label?application=axeAPI
Help: Form elements must have labels
Impact: critical
Tags: cat.forms, wcag2a, wcag412, section508, section508.22.n, ACTHTML element:
<input type="radio" name="rev1" id="rev1_3.1" value="3.1">
Selector: rev1_3\.1
Fix all of the following:
Form element has explicit <label> that is hiddenHTML element:
<input type="radio" name="rev2" id="rev2_3.1" value="3.1" checked="checked">
Selector: rev2_3\.1
Fix all of the following:
Form element has explicit <label> that is hidden[...]
The issue is reported for all the radio buttons.
Attachments
Issue Links
- is related to
-
XWIKI-21533 Page History tab Radio buttons are missing a label
- Closed