diff --git a/html-aam/index.html b/html-aam/index.html index 3941b0df8..bcb00ea5c 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -226,7 +226,8 @@

HTML Element Role Mappings

specified which would require a more specific minimum role to be exposed.
  • - Where an element is indicated as having "No corresponding (WAI-ARIA) role", or is mapped to the `generic` role, user agents + Where an element is indicated as having "No corresponding (WAI-ARIA) role", or is mapped to the `generic` + or `none` roles, user agents MUST NOT expose the `aria-roledescription` property value in the accessibility tree unless the element has an explicit, conforming `role` attribute value which [[WAI-ARIA-1.2]] does not prohibit the use of `aria-roledescription`.
  • @@ -804,18 +805,35 @@

    `audio`

    -

    autonomous custom element

    +

    + autonomous custom elements + and + form-associated custom elements +

    - + @@ -2524,56 +2542,6 @@

    `form`

    HTML Specification autonomous custom element + and + form-associated custom element
    [[wai-aria-1.2]]If the author assigned a conforming ARIA role using the `role` attribute, map to that role. Otherwise, the `generic` role. +
      +
    • If the author assigned a conforming role using the `role` attribute, or by the custom element's internals: map to the specified role.
    • +
    • else if the author assigned HTML attributes that result in a minimum role: map to the minimum role.
    • +
    • else if the custom element is focusable: map to the `group` role
    • +
    • else if an author specifies a global ARIA attribute on the custom element that creates a relation with another element: map to the `group` role
    • +
    • else if the custom element has no attached shadow root: map to the `generic` role
    • +
    • else if the custom element has an `aria-live` attribute: map to the `generic` role
    • +
    • else if element internals are used to set a global ARIA property: map to the `generic` role.
    • +
    • Otherwise, the custom element maps to the `none` role.
    • +
    +
    Computed Role
    -

    form-associated custom element

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    HTML Specification - form-associated custom element -
    [[wai-aria-1.2]]If the author assigned a conforming ARIA role using the `role` attribute, map to that role. Otherwise, the `generic` role.
    Computed Role
    Use WAI-ARIA mapping
    - MSAA + IAccessible2 - -
    Use WAI-ARIA mapping
    -
    UIA -
    Use WAI-ARIA mapping
    -
    ATK -
    Use WAI-ARIA mapping
    -
    AX -
    Use WAI-ARIA mapping
    -
    Comments

    `h1`, `h2`, `h3`, `h4`, `h5`, and `h6`

    @@ -8680,7 +8648,7 @@

    `autofocus`

    - +
    CommentsProvides a minimum role of `group`.Provides a minimum role of `group`.
    @@ -10171,7 +10139,7 @@

    `draggable`

    Comments - Provides a minimum role of `group`. + Provides a minimum role of `group`.