Skip to content

Commit

Permalink
Merge pull request #177 from melanierichards/sub-sup
Browse files Browse the repository at this point in the history
Update UIA mappings for sub and sup elements.

Thank you @melanierichards
  • Loading branch information
scottaohara authored Apr 11, 2019
2 parents 3b00e82 + 9b8e7e7 commit 798cf54
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3037,7 +3037,10 @@ <h3>HTML Element Role Mappings</h3>
</div>
</td>
<td class="uia">
<div class="general">No accessible object. Exposed by <code>IsSubscript</code> attribute of the <code>TextRange</code> Control Pattern implemented on a parent accessible object.
<div class="ctrltype">
<span class="type">Control Type: </span><code>Text</code>
</div>
<div class="general">Styles used are exposed by <code>IsSubscript</code> attribute of the <code>TextRange</code> Control Pattern implemented on the accessible object.
</div>
</td>
<td class="atk">
Expand Down Expand Up @@ -3112,7 +3115,10 @@ <h3>HTML Element Role Mappings</h3>
</div>
</td>
<td class="uia">
<div class="general">No accessible object. Exposed by <code>IsSuperscript</code> attribute of the <code>TextRange</code> Control Pattern implemented on a parent accessible object.
<div class="ctrltype">
<span class="type">Control Type: </span><code>Text</code>
</div>
<div class="general">Styles used are exposed by <code>IsSuperscript</code> attribute of the <code>TextRange</code> Control Pattern implemented on the accessible object.
</div>
</td>
<td class="atk">
Expand Down

0 comments on commit 798cf54

Please sign in to comment.