Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions mathml-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,45 @@ <h3>Exposing features that do not directly map to accessibility <abbr title="app

<section>
<h3>MathML Element Mappings</h3>
<h4 id="el-a">`a`</h4>
<table class="data" aria-labelledby="el-a">
<tbody>
<tr>
<th>MathML Specification</th>
<td>
<a data-cite="MathML3/chapter5.html#mixing.elements.a">`a`</a>
</td>
</tr>
<tr>
<th>[[wai-aria-1.1]]</th>
<td><a class="core-mapping" href="#role-map-link">`link`</a> role if the element has a valid <code>href</code> attribute. For elements that do not have a valid <code>href</code>, use the mapping for <a href="#el-mrow"><code>mrow</code></a>.</td>
</tr>
<tr>
<th>MSAA + IAccessible2</th>
<td>
TBD
</td>
</tr>
<tr>
<th><abbr title="User Interface Automation">UIA</abbr></th>
<td>
TBD
</td>
</tr>
<tr>
<th><abbr title="Accessibility Toolkit">ATK</abbr></th>
<td>
<div class="general">Use WAI-ARIA mapping</div>
</td>
</tr>
<tr>
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
<td>
<div class="general">Use WAI-ARIA mapping, but override the <code>AXSubrole</code> with <code>AXMathRow</code>.</div>
</td>
</tr>
</tbody>
</table>
<h4 id="el-annotation">`annotation`</h4>
<table class="data" aria-labelledby="el-annotation">
<tbody>
Expand Down