Skip to content

Commit

Permalink
Copy mapping of the <math> tag from HTML AAM (#21)
Browse files Browse the repository at this point in the history
* Copy mapping of the <math> tag from HTML AAM

* use tabs for indent

* fix reference to core AAM
  • Loading branch information
fred-wang authored Nov 4, 2021
1 parent d09e8f9 commit d9083b0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions mathml-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@
"REC": "https://www.w3.org/TR/wai-aria/"
},

// ED pointing to latest draft due to ED links not
// appropriately mapping on the core-aam spec.
coreMappingURLs: {
"ED": "https://w3c.github.io/core-aam/",
"WD": "https://www.w3.org/TR/core-aam-1.1/",
"FPWD": "https://www.w3.org/TR/core-aam-1.1/",
"REC": "https://www.w3.org/TR/wai-aria-implementation/"
},

preProcess: [ linkCrossReferences ]
};
</script>
Expand Down Expand Up @@ -191,6 +200,7 @@ <h3>MathML Element Mappings</h3>
<th><abbr title="User Interface Automation">UIA</abbr></th>
<th><abbr title="Accessibility Toolkit">ATK</abbr></th>
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
<th>[[wai-aria-1.1]]</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -233,6 +243,16 @@ <h3>MathML Element Mappings</h3>
<span class="subrole">AXSubrole: <code>TBD</code></span>
</td>
</tr>
<tr id="el-math">
<th>
<a data-cite="html/embedded-content-other.html#mathml">`math`</a>
</th>
<td class="ia2"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="uia"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="atk"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="aria"><a class="core-mapping" href="#role-map-math">`math`</a> role</td>
</tr>
<tr id="el-merror">
<th><a data-cite="MathML3/chapter3.html#presm.merror">`merror`</a></th>
<td class="ia2">TBD</td>
Expand Down

0 comments on commit d9083b0

Please sign in to comment.