Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
15.8-rc-1
-
Unknown
-
N/A
-
N/A
-
-
3.3.2 Labels or Instructions
Description
The label for the select with ID: #extensionSearchRepositoryList is .hidden .
This hides it from Assistive technologies too and is not appropriate, it should be replaced with .sr-only , according to the HTML and CSS Codestyle > WCAG > Properly hide elements > Hiding visually and showing semantically
Report from automatic tests:
WCAG warnings in the test class [org.xwiki.extension.security.test.ui.AllIT]: _____ Validation in the test method [extensionVulnerabilitiesAdmin] Check for [org.xwiki.extension.test.po.ExtensionAdministrationPage] at [http://xwikiweb:8080/xwiki/bin/admin/XWiki/XWikiPreferences?form_token=0A2PGwAKOGITtX0Up1xJRw§ion=XWiki.Extensions]. Found [1] items 1: Select element must have an accessible name Description: Ensures select element has an accessible name Help URL: https://dequeuniversity.com/rules/axe/4.7/select-name?application=axeAPI Help: Select element must have an accessible name Impact: critical Tags: cat.forms, wcag2a, wcag412, section508, section508.22.n, ACT, TTv5, TT5.c HTML element: <select id="extensionSearchRepositoryList" name="repo"> Selector: [#extensionSearchRepositoryList] Fix all of the following: Form element has explicit <label> that is hidden