Skip to content

Commit aaa8d84

Browse files
authored
Merge pull request #20 from fred-wang/mphantom
Add ATK and AX API mapping for <mphantom>
2 parents 78af6dd + 82ae589 commit aaa8d84

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

mathml-aam/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,20 @@ <h3>MathML Element Mappings</h3>
382382
<span class="subrole">AXSubrole: <code>TBD</code></span>
383383
</td>
384384
</tr>
385+
<tr id="el-phantom">
386+
<th><a data-cite="MathML3/chapter3.html#presm.mphantom">`mphantom`</a></th>
387+
<td class="aria">No corresponding role</td>
388+
<td class="ia2">TBD</td>
389+
<td class="uia">TBD</td>
390+
<td class="atk">
391+
<span class="role">Role: <code>ATK_ROLE_SECTION</code></span><br />
392+
<span class="objattr">Object Attribute: <code>tag:mphantom</code></span>
393+
</td>
394+
<td class="axapi">
395+
<span class="role">AXRole: <code>NSAccessibilityGroupRole</code></span><br />
396+
<span class="subrole">AXSubrole: <code>AXMathRow</code></span>
397+
</td>
398+
</tr>
385399
<tr id="el-mprescripts">
386400
<th><a data-cite="MathML3/chapter3.html#presm.mmultiscripts">`mprescripts`</a></th>
387401
<td class="aria">No corresponding role</td>

0 commit comments

Comments
 (0)