Skip to content

Commit

Permalink
Update: UIA mappings for elements that had control type text
Browse files Browse the repository at this point in the history
closes #220

updates paragraph and heading mappings to match reality.

updates other uia control type mappings to move away from text, as these roles will often contain more than text leaf nodes.

other roles could be added to this PR, but will make those updates after discussion with the wg.
  • Loading branch information
scottaohara authored Feb 7, 2024
1 parent a3617f3 commit d1315d2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions core-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,8 @@ <h4 id=role-map-caption><code>caption</code></h4>
<tr>
<th><abbr title="User Interface Automation">UIA</abbr></th>
<td>
<span class="property">Control Type: <code>Text</code></span>
<span class="property">Control Type: <code>Group</code></span>
<span class="property">Localized Control Type: <code>caption</code></span>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -917,7 +918,7 @@ <h4 id=role-map-code><code>code</code></h4>
<tr>
<th><abbr title="User Interface Automation">UIA</abbr></th>
<td>
<span class="property">Control Type: <code>Text</code></span><br>
<span class="property">Control Type: <code>Group</code></span><br>
<span class="property">Localized Control Type: <code>code</code></span>
</td>
</tr>
Expand Down Expand Up @@ -1236,7 +1237,7 @@ <h4 id=role-map-deletion><code>deletion</code></h4>
<tr>
<th><abbr title="User Interface Automation">UIA</abbr></th>
<td>
<span class="property">Control Type: <code>Text</code></span><br>
<span class="property">Control Type: <code>Group</code></span><br>
<span class="property">Localized Control Type: <code>deletion</code></span>
</td>
</tr>
Expand Down Expand Up @@ -1822,7 +1823,7 @@ <h4 id=role-map-heading><code>heading</code></h4>
<tr>
<th><abbr title="User Interface Automation">UIA</abbr></th>
<td>
<span class="property">Control Type: <code>Text</code></span><br>
<span class="property">Control Type: <code>Group</code></span><br>
<span class="property">Localized Control Type: <code>heading</code></span>
</td>
</tr>
Expand Down Expand Up @@ -2964,7 +2965,7 @@ <h4 id=role-map-paragraph><code>paragraph</code></h4>
<tr>
<th><abbr title="User Interface Automation">UIA</abbr></th>
<td>
<span class="property">Control Type: <code>Text</code></span>
<span class="property">Control Type: <code>Group</code></span>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -4229,7 +4230,7 @@ <h4 id=role-map-term><code>term</code></h4>
<tr>
<th><abbr title="User Interface Automation">UIA</abbr></th>
<td>
<span class="property">Control Type: <code>Text</code></span><br>
<span class="property">Control Type: <code>Group</code></span><br>
<span class="property">Localized Control Type: <code>term</code></span>
</td>
</tr>
Expand Down

0 comments on commit d1315d2

Please sign in to comment.