From 12414c5bc6a6297daabc11f98663dc8fd7d3bfaf Mon Sep 17 00:00:00 2001 From: Michael Cooper Date: Fri, 13 Aug 2021 08:35:44 -0400 Subject: [PATCH] Link fixes (#342) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update atk and at-spi links * broken links * fix html ref * update core-aam ref * update HTML links * Update index.html Co-authored-by: Marcos Cáceres Co-authored-by: Scott O'Hara Co-authored-by: Marcos Cáceres --- index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 701f5a00..a8a37159 100644 --- a/index.html +++ b/index.html @@ -1495,7 +1495,7 @@

HTML Element Role Mappings

- form-associated custom element + form-associated custom element If the author assigned a conforming ARIA role using the `role` attribute, map to that role. Otherwise, no corresponding role.
Use WAI-ARIA mapping
@@ -3973,7 +3973,7 @@

HTML Attribute State and Property Mappings

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

HTML Attribute State and Property Mappings

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

HTML Attribute State and Property Mappings

Mappings of HTML attributes (excluding event handler content attributes) to platform accessibility APIs: ARIA, MSAA + UIA Express, MSAA + IAccessible2, UIA, ATK, and AX Mappings of HTML attributes (excluding event handler content attributes) to platform accessibility APIs: ARIA, MSAA + UIA Express, MSAA + IAccessible2, UIA, ATK, and AX
Attribute
`kind` - `track` + `track` Not mapped Not mapped
`label` - `optgroup`; - `option`; - `track` + `optgroup`; + `option`; + `track`
Not mapped
@@ -7049,7 +7049,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.
  • @@ -7079,7 +7079,7 @@

    Substantive changes since moving to the Web Application Working Group (forme
  • 01-Dec-2017: Updated mappings for the `dfn` element. See GitHub issue #6.
  • 30-Nov-2017: Updated mappings for the `meter` element. See GitHub issue #2.
  • 24-Nov-2017: Updated mappings for the `audio` and `video` elements. See GitHub issue #80.
  • -
  • 23-Nov-2017: Updated `figure` element mappings to reflect the WAI-ARIA `figure` role mappings.
  • +
  • 23-Nov-2017: Updated `figure` element mappings to reflect the WAI-ARIA `figure` role mappings.
  • 23-Nov-2017: Updated mappings for the `form` element based on presence of accessible name. See GitHub issue #106.
  • 23-Nov-2017: Removed the accessible name computation requirement to ignore an `img` element's `title` attribute when the element's `alt` attribute is empty. See GitHub issue #99.
  • 23-Nov-2017: Added note to not expose `aria-roledescription` unless element also a conforming `role` attribute value. See GitHub issue #98.