diff --git a/index.html b/index.html index 553ea7f0b..9a1990f4e 100644 --- a/index.html +++ b/index.html @@ -2060,7 +2060,7 @@

Definition of Roles

Authors MUST set aria-expanded to true on an element with role combobox when it is expanded and false when it is collapsed.

- Elements with the role combobox have an implicit aria-haspopup value of listbox. If the combobox popup element has a role other than listbox, authors MUST specify an aria-haspopup value of tree, grid, or dialog that corresponds to the role of its popup. + Elements with the role combobox have an implicit aria-haspopup value of listbox. If the combobox popup element has a role other than listbox, authors MUST specify an aria-haspopup value of tree, grid, menu or dialog that corresponds to the role of its popup.

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 button, that it is focusable but not included in the page Tab sequence, and that it is not a descendant of the element with role combobox.