diff --git a/index.html b/index.html index a30965613..090dd2c72 100644 --- a/index.html +++ b/index.html @@ -2114,7 +2114,7 @@
Typically, the initial state of a combobox
is collapsed.
- In the collapsed state, only the combobox
element and an optional popup control combobox
element and a separate, optional popup control combobox
is said to be expanded when both the combobox
element showing its current value and its associated popup element are visible.
Authors MUST set true
on an element with role combobox
when it is expanded and false
when it is collapsed.
combobox
popup element has a role other than
- If the user interface includes an additional icon that allows the visibility of the popup to be controlled via pointer and touch events, authors SHOULD ensure that element has role combobox
.
In addition, to be keyboard accessible, authors SHOULD provide keyboard mechanisms for moving focus between the combobox
element and elements contained in the popup.
For example, one common convention is that Down Arrow moves focus from the input to the first focusable descendant of the popup element.
If the popup element supports combobox
element.
When a descendant of the popup element is active, authors MAY set combobox
to a value that refers to the active element within the popup while focus remains on the combobox
element.
+ User agents MUST expose the value of elements with role combobox
to assistive technologies.
+ The value of a combobox
is represented by one of the following:
+
combobox
element is a host language element that provides a value, such as an HTML input
element, the value of the combobox is the value of that element.combobox
is represented by its descendant elements and can be determined using the same method used to compute the name of a <label for="tag_combo">Tag</label> <input type="text" id="tag_combo"