11.8
In each form, are the items of the same type in a combobox grouped together in a relevant way?
WCAG Reference
WCAG 1.3.1Tests
- 11.8.1
For each
<select>tag, are items of the same type in a combobox grouped together with an<optgroup>tag, if necessary? - 11.8.2
In each
<select>tag, does each<optgroup>tag have alabelattribute? - 11.8.3
For each
<optgroup>tag with alabelattribute, is the value of thelabelattribute relevant?
WCAG Techniques
- H85