diff --git a/examples/combobox/combobox-autocomplete-both.html b/examples/combobox/combobox-autocomplete-both.html index 78a33482fe..c3153415ef 100644 --- a/examples/combobox/combobox-autocomplete-both.html +++ b/examples/combobox/combobox-autocomplete-both.html @@ -51,16 +51,17 @@
+ The button has been removed from the tab sequence of the page, but is still important to assistive technologies for mobile devices that use touch events to open the list of options. +
+Role | +Attribute | +Element | +Usage | +
---|---|---|---|
+ |
+ tabindex="-1"
+ |
+ button |
+ Removes the button from the tab sequence of the page because its function is redundant with the keyboard operation of the combobox. | +
+ |
+ aria-label="States"
+ |
+ button |
+ Provides a label for the button . |
+
+ |
+ aria-controls="#IDREF"
+ |
+ button |
+ Identifies the element that serves as the popup. | +
+ |
+ aria-expanded="false"
+ |
+ button |
+ Indicates that the popup element is not displayed. | +
+ |
+ aria-expanded="true"
+ |
+ button |
+ Indicates that the popup element is displayed. | +
+ The button has been removed from the tab sequence of the page, but is still important to assistive technologies for mobile devices that use touch events to open the list of options. +
Role | +Attribute | +Element | +Usage | +
---|---|---|---|
+ |
+ tabindex="-1"
+ |
+ button |
+ Removes the button from the tab sequence of the page because its function is redundant with the keyboard operation of the combobox. | +
+ |
+ aria-label="States"
+ |
+ button |
+ Provides a label for the button . |
+
+ |
+ aria-controls="#IDREF"
+ |
+ button |
+ Identifies the element that serves as the popup. | +
+ |
+ aria-expanded="false"
+ |
+ button |
+ Indicates that the popup element is not displayed. | +
+ |
+ aria-expanded="true"
+ |
+ button |
+ Indicates that the popup element is displayed. | +
+ The button has been removed from the tab sequence of the page, but is still important to assistive technologies for mobile devices that use touch events to open the list of options. +
Role | +Attribute | +Element | +Usage | +
---|---|---|---|
+ |
+ tabindex="-1"
+ |
+ button |
+ Removes the button from the tab sequence of the page, since it's keyboard function is redundant with the keyboard operation of the textbox to open the listbox. | +
+ |
+ aria-label="Previous Searches"
+ |
+ button |
+ Provides a label for the button . |
+
+ |
+ aria-controls="#IDREF"
+ |
+ button |
+ Identifies the element that serves as the popup. | +
+ |
+ aria-expanded="false"
+ |
+ button |
+ Indicates that the popup element is not displayed. | +
+ |
+ aria-expanded="true"
+ |
+ button |
+ Indicates that the popup element is displayed. | +