diff --git a/index.html b/index.html index 9e5a5ece..920ef18a 100644 --- a/index.html +++ b/index.html @@ -728,14 +728,20 @@

Document conformance requirements for use of ARIA attrib

global aria-* attributes and any aria-* attributes applicable to the allowed roles and implied role (if any)

- select - role=listbox + select (with NO multiple attribute and NO size attribute having value greater than 1) (changed) + role=combobox

Role: menu

-

global aria-* attributes and any aria-* attributes applicable to the listbox or menu role. - (changed)

+

global aria-* attributes and any aria-* attributes applicable to the combobox or menu role. - (changed)

+ + + select (with a multiple attribute or a size attribute having value greater than 1) (new) + role=listbox +

No role

+

global aria-* attributes and any aria-* attributes applicable to the listbox role.

source - No corresponding role + No corresponding role No role or aria* attributes