Details
Description
WCAG warnings in the test class [org.xwiki.appwithinminutes.test.ui.AllIT]:
Validation in the test method [createApplicationWithoutScriptRight]
Check for [org.xwiki.appwithinminutes.test.po.ApplicationHomeEditPage] at http://xwikiweb:8080/xwiki/bin/edit/createApplicationWithoutScriptRight/WebHome?wizard=true&form_token=N6609TKGk9PTpFH1JnadwA&template=AppWithinMinutes.LiveTableTemplate&AppWithinMinutes.LiveTableClass_0_class=createApplicationWithoutScriptRight.Code.createApplicationWithoutScriptRightClass&title=createApplicationWithoutScriptRight&parent=Main.WebHome.
Found [2] items
2: Select element must have an accessible name
Description: Ensures select element has an accessible name
Help URL: https://dequeuniversity.com/rules/axe/4.6/select-name?application=axeAPI
Help: Select element must have an accessible name
Impact: critical
Tags: cat.forms, wcag2a, wcag412, section508, section508.22.n, ACTHTML element:
<select id="availableColumns">
Selector: availableColumns
Fix any of the following:
Form element does not have an implicit (wrapped) <label>
Form element does not have an explicit <label>
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
Element's default semantics were not overridden with role="none" or role="presentation"