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
-
- - HTML elements with implicit WAI-ARIA role semantics MUST be mapped to platform accessibility APIs according to those WAI-ARIA roles' mappings as defined in the [[core-aam-1.2]] specification.
+
+ - HTML elements with implicit WAI-ARIA role semantics MUST be mapped to platform accessibility APIs according to those WAI-ARIA roles' mappings as defined in the [[core-aam-1.2]] specification.
- A '?' in a cell indicates the data has yet to be provided.
- "Not mapped" (Not Applicable) means the element does not need to be exposed via an accessibility API. This is usually because the element is not displayed as part of the user interface.
- Where applicable, how an element participates in the computation of its own or another element's accessible name and/or accessible description is described in the Accessible Name and Description Computation section of this document.
@@ -239,15 +241,15 @@ HTML Element Role Mappings
- Elements mapped to the `Text` Control Type are not generally represented as accessible objects in the accessibility tree, but are just part of the `Text` Control Pattern implemented for the whole HTML document. However, if they have any `aria-` attributes or an explicit `tabindex` specified, elements mapped to the `Text` Control Type will be represented as accessible objects in the accessibility tree.
- -
+
-
AXAPI:
- User agents should return a user-presentable, localized string value for the Mac Accessibility AXRoleDescription.
-
-
-
+
+
+
Mappings of HTML elements to platform accessibility APIs: ARIA, MSAA + UIA Express, MSAA + IAccessible2, UIA, ATK, and AX
@@ -2704,12 +2706,13 @@ HTML Element Role Mappings
`math`
|
- `math` role |
- Use WAI-ARIA mapping |
- Use WAI-ARIA mapping |
- Use WAI-ARIA mapping |
- Use WAI-ARIA mapping |
-
+ See comments |
+ See comments |
+ See comments |
+ See comments |
+ See comments |
+
`svg` |
- `graphics-document` role
+ See comments
+ |
+ See comments |
+ See comments |
+ See comments |
+ See comments |
+
- Use WAI-ARIA mapping |
- Use WAI-ARIA mapping |
- Use WAI-ARIA mapping |
- Use WAI-ARIA mapping |
-
`table` |
@@ -4987,7 +4992,7 @@ HTML Attribute State and Property Mappings
`kind` |
- `track`
+ `track`
|
Not mapped |
Not mapped |
@@ -4999,9 +5004,9 @@ HTML Attribute State and Property Mappings
`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.
|