From f8b1624b8d16ec06968dcb0b79aad360252361b4 Mon Sep 17 00:00:00 2001 From: Matt King Date: Tue, 14 Aug 2018 21:20:10 -0700 Subject: [PATCH] Option role: Change aria-selected from required to supported and remove implicit value For issue #700, made the following changes to the option role section in index.html: 1. Remove sentence from description that states there is an default value of false fore aria-selected on option elements. 2. Remove aria-selected from required states and properties row of attributes table. 3. Add aria-selected to supported row of attributes table. 4. Remove default value for aria-selected from implicit values row of attributes table. Note: This cascades to treeitem so that aria-selected is not required on treeitem. --- index.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 2b2466c4e..ccc72ff0c 100644 --- a/index.html +++ b/index.html @@ -4679,7 +4679,6 @@
Note regarding the ARIA 1.1 none role.

A selectable item in a select list.

Authors MUST ensure elements with role option are contained in, or owned by, an element with the role listbox or group. 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.

@@ -4730,11 +4729,7 @@
Note regarding the ARIA 1.1 none role.
- + @@ -4743,6 +4738,7 @@
Note regarding the ARIA 1.1 none role.
  • aria-checked
  • aria-posinset
  • aria-setsize
  • +
  • aria-selected
  • @@ -4777,7 +4773,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.