Skip to content

Commit

Permalink
Add map for role=image (synonym of img) (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
spectranaut committed Aug 25, 2023
1 parent d2dfb01 commit f2218fe
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions core-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,50 @@ <h4 id=role-map-heading><code>heading</code></h4>
</tr>
</tbody>
</table>
<h4 id=role-map-image><code>image</code></h4>
<table aria-labelledby=role-map-image>
<tbody>
<tr>
<th>ARIA Specification</th>
<td>
<a class="role-reference" href="#image"><code>image</code></a>
</td>
</tr>
<tr>
<th>Computed Role</th>
<td>
<p><code>image</code></p>
</td>
</tr>
<tr>
<th>MSAA + IAccessible2</th>
<td>
<span class="property">Role: <code>ROLE_SYSTEM_GRAPHIC</code></span><br>
<span class="property">Interface: <code>IAccessibleImage</code></span>
</td>
</tr>
<tr>
<th><abbr title="User Interface Automation">UIA</abbr></th>
<td>
<span class="property">Control Type: <code>Image</code></span>
</td>
</tr>
<tr>
<th><abbr title="Accessibility Toolkit">ATK</abbr>/<abbr title="Assistive Technology - Service Provider Interface">AT-SPI</abbr></th>
<td>
<span class="property">Role: <code>ROLE_IMAGE</code></span><br>
<span class="property">Interface: <code>Image</code></span>
</td>
</tr>
<tr>
<th><abbr title="macOS Accessibility Protocol">AX API</abbr><sup>[<a href="#ftn.note1">Note 1</a>]</sup></th>
<td>
<span class="property">AXRole: <code>AXImage</code></span><br>
<span class="property">AXSubrole: <code>&lt;nil&gt;</code></span><br>
</td>
</tr>
</tbody>
</table>
<h4 id=role-map-img><code>img</code></h4>
<table aria-labelledby=role-map-img>
<tbody>
Expand Down

0 comments on commit f2218fe

Please sign in to comment.