diff --git a/index.html b/index.html index a8a37159..3dbef60d 100644 --- a/index.html +++ b/index.html @@ -155,6 +155,8 @@

Introduction

  • [[[core-aam-1.2]]]
  • HTML Accessibility API Mappings 1.0 (this specification)
  • [[[svg-aam-1.0]]]
  • + +
  • MathML AAM 1.0
  • Accessibility APIs

    @@ -164,7 +166,7 @@

    Accessibility APIs

    @@ -220,8 +222,8 @@

    Exposing HTML Features That Do Not Directly Map to Accessibility APIs

    HTML Element Role Mappings

    - -
    - + +
    +
    @@ -2704,12 +2706,13 @@

    HTML Element Role Mappings

    - - - - - - + + + + + + + + + + + - - - - - @@ -4987,7 +4992,7 @@

    HTML Attribute State and Property Mappings

    @@ -4999,9 +5004,9 @@

    HTML Attribute State and Property Mappings

    Mappings of HTML elements to platform accessibility APIs: ARIA, MSAA + UIA Express, MSAA + IAccessible2, UIA, ATK, and AX
    `math` `math` role
    Use WAI-ARIA mapping
    Use WAI-ARIA mapping
    Use WAI-ARIA mapping
    Use WAI-ARIA mapping
    See commentsSee commentsSee commentsSee commentsSee comments + Mapping for `math` is defined by MathML AAM 1.0.
    @@ -3604,13 +3607,15 @@

    HTML Element Role Mappings

    `svg` - `graphics-document` role + See comments + See commentsSee commentsSee commentsSee comments + Mapping for `svg` is defined by [[[svg-aam-1.0]]]. See also Graphics Accessibility API Role Mappings
    Use WAI-ARIA mapping
    Use WAI-ARIA mapping
    Use WAI-ARIA mapping
    Use WAI-ARIA mapping
    `table`
    `kind` - `track` + `track` Not mapped Not mapped
    `label` - `optgroup`; + `optgroup`; `option`; - `track` + `track`
    Not mapped
    @@ -7049,7 +7054,7 @@

    Substantive changes since moving to the Web Application Working Group (forme
  • 18-Sept-2019: Update `mark` element's UIA `LocalizedControlType` and AX `AXRoleDescription`. See GitHub issue #236.
  • 18-Sept-2019: Update ATK mappings for `summary` and `details` elements. See GitHub issue #142 and GitHub issue #147.
  • 18-Sept-2019: Update MSAA mappings for `sub` and `sup`. See GitHub pull request #252.
  • -
  • 11-Sept-2019: Update mapping for [^menu^] to match HTML Living Standard. Remove element and attribute mappings that are not applicable to `menu` and `menuitem`. Update mapping of `menu` to `role="list"`. See GitHub issue #188.
  • +
  • 11-Sept-2019: Update mapping for [^menu^] to match HTML Living Standard. Remove element and attribute mappings that are not applicable to `menu` and `menuitem`. Update mapping of `menu` to `role="list"`. See GitHub issue #188.
  • 10-July-2019: Further updated mappings for `ins` and `del` elements. See GitHub pull request #219.
  • 13-June-2019: Update mappings for `ins` and `del` elements. See GitHub issue #141.
  • 10-June-2019: Update ATK mappings for `header` and `footer` when not scoped to the `body`. See GitHub issue #129.