ARIA 1.1 Combobox Examples: Use for
attribute on label element instead of aria-labelledby on input
element
#542
Labels
enhancement
Any addition or improvement that doesn't fix a code bug or prose inaccuracy
Example Page
Related to a page containing an example implementation of a pattern
good first issue
Issue with Straightforward resolution; could be good learning experience for new contributors
help wanted
Task force is looking for an owner for the issue
Milestone
Per comment from Evan in issue 496,
since the text input of the comboboxes is made from a native
input
element, it is valid to use thefor
attribute on the label element to label the input. This enables mouse users to click the label to focus the input. For the text input, remove aria-labelledby and addfor
to the label to refer to the text input. Do this for both:The text was updated successfully, but these errors were encountered: