diff --git a/index.html b/index.html index 6a29b2e..08addef 100644 --- a/index.html +++ b/index.html @@ -64,6 +64,12 @@ the following substantive additions and/or corrections have been proposed:
role=button
+ role=button
If the `button` is the first child of a `select` element, the element is `inert`.
@@ -919,6 +926,9 @@
If the `button` is the first child of a `select` element: + No `role` or `aria-*` attributes
role=generic
+ + If used as a valid descendant of a `select` element: no `role` or `aria-*` attributes +
+
+ Otherwise, any `role` if the element is used outside of its intended context as a child of the `button` part of a customizable `select` element,
+ though generic
is NOT RECOMMENDED.
+
+ Otherwise, global `aria-*` attributes + and any `aria-*` attributes applicable to the allowed roles. +
+