diff --git a/index.html b/index.html index d34106213..6236c77ac 100644 --- a/index.html +++ b/index.html @@ -5991,9 +5991,26 @@
Note regarding the ARIA 1.1 none role.
option
-

A selectable item in a listbox.

+

An item in a listbox.

Authors MUST ensure elements with role option are contained in, or owned by, an element with the role listbox or group within a listbox. Options not associated with a listbox might not be correctly mapped to an accessibility API.

-

Elements with the role option have an implicit aria-selected value of false.

+

User agents MAY provide an implicit value of aria-selected for each option in a listbox if the following conditions are met, but user agents MUST NOT provide an implicit value of aria-selected if any of the following conditions are not met:

+ +

+ If a user agent provides an implicit aria-selected value for an option, the value SHOULD be true if the option has DOM focus or the listbox has DOM focus and the option is referenced by aria-activedescendant. + Otherwise, if a user agent provides an implicit aria-selected value for an option, the value SHOULD be false. +

+

+ The option role supports both aria-selected and aria-checked because it is common for authors to use selection in single-select list boxes and check marks in multi-select list boxes. + However, authors SHOULD NOT specify both aria-selected and aria-checked on option elements contained by the same listbox except in the extremely rare circumstances where all the following conditions are met: +

+
@@ -6041,11 +6058,7 @@
Note regarding the ARIA 1.1 none role.
- + @@ -6053,6 +6066,7 @@
Note regarding the ARIA 1.1 none role.
@@ -6088,7 +6102,7 @@
Note regarding the ARIA 1.1 none role.
- +
Characteristics:
Required States and Properties: -
    -
  • aria-selected
  • -
-
Supported States and Properties:
Implicit Value for Role:Default for aria-selected is false.