|
47 | 47 | { name: "Michael Cooper", |
48 | 48 | company: "W3C", |
49 | 49 | companyURL: "https://www.w3.org", |
50 | | - w3cid: 34017, |
51 | 50 | note: "Editor until August 2023" |
52 | 51 | } |
53 | 52 | ], |
54 | 53 |
|
55 | 54 | ariaSpecURLs: { |
56 | 55 | "ED": "https://w3c.github.io/aria/", |
57 | | - "WD" : "https://www.w3.org/TR/wai-aria-1.1/", |
58 | | - "CR" : "https://www.w3.org/TR/wai-aria-1.1/", |
| 56 | + "WD" : "https://w3c.github.io/aria/", |
| 57 | + "CR" : "https://w3c.github.io/aria/", |
59 | 58 | "PR" : "https://www.w3.org/TR/wai-aria-1.1/", |
60 | 59 | "REC": "https://www.w3.org/TR/wai-aria/" |
61 | 60 | }, |
|
64 | 63 | // appropriately mapping on the core-aam spec. |
65 | 64 | coreMappingURLs: { |
66 | 65 | "ED": "https://w3c.github.io/core-aam/", |
67 | | - "WD": "https://www.w3.org/TR/core-aam-1.1/", |
| 66 | + "CR" : "https://w3c.github.io/core-aam/", |
| 67 | + "WD": "https://w3c.github.io/core-aam/", |
68 | 68 | "FPWD": "https://www.w3.org/TR/core-aam-1.1/", |
69 | 69 | "REC": "https://www.w3.org/TR/wai-aria-implementation/" |
70 | 70 | }, |
71 | 71 |
|
72 | 72 | preProcess:[linkCrossReferences], |
73 | 73 | postProcess:[], |
74 | 74 | definitionMap:[], |
75 | | - xref: ["core-aam", "accname", "wai-aria"] |
| 75 | + xref: ["dom", "core-aam", "accname", "wai-aria", "infra"] |
76 | 76 | }; |
77 | 77 | </script> |
78 | 78 | </head> |
79 | 79 |
|
80 | 80 | <body> |
81 | 81 | <section id="abstract"> |
82 | 82 | <p> |
83 | | - The MathML Accessibility API Mappings (MathML-AAM) specification defines how <a>user agents</a> |
| 83 | + The MathML Accessibility API Mappings (MathML-AAM) specification defines how [=user agents=] |
84 | 84 | map Mathematical Markup Language (MathML) [[MathML3]] to platform <a>accessibility APIs</a>. It |
85 | 85 | extends the Core Accessibility API Mappings (CORE-AAM) specification [[CORE-AAM-1.2]]. |
86 | 86 | </p> |
87 | 87 | <p> |
88 | 88 | This specification is intended for user agent developers responsible for MathML accessibility |
89 | 89 | in their product. The goal of this specification is to maximize the accessibility of MathML |
90 | 90 | content by ensuring each <a>assistive technology</a> receives MathML content with the |
91 | | - <a>roles</a>, <a>states</a>, and <a>properties</a> it expects. |
| 91 | + <a>roles</a>, <a>states</a>, and [=ARIA/properties=] it expects. |
92 | 92 | </p> |
93 | 93 | <p> |
94 | 94 | At the present time, this specification contains mappings for the subset of MathML contained |
95 | 95 | in the MathML Core specification [[MathML-Core]]. The reason why is that this subset contains |
96 | | - the <a>elements</a> and <a>attributes</a> from MathML which are exposed to <a>assistive |
| 96 | + the [=elements=] and [=attributes=] from MathML which are exposed to <a>assistive |
97 | 97 | technologies</a> via platform <a>accessibility APIs</a>. |
98 | 98 | </p> |
99 | 99 | <p> |
|
0 commit comments