From e0a988a162620677e6899cf87e6625eeec9663dd Mon Sep 17 00:00:00 2001 From: stevefaulkner Date: Tue, 26 Sep 2017 07:12:38 +0100 Subject: [PATCH] clarified select role(s) refer to https://github.com/w3c/html/issues/1013 /cc @sideshowbarker = changes to conformance requirements --- index.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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