Skip to content

Commit c7afc4e

Browse files
authored
Add map for role=image (synonym of img) (#187)
1 parent 356b21f commit c7afc4e

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,6 +1841,50 @@ <h4 id=role-map-heading><code>heading</code></h4>
18411841
</tr>
18421842
</tbody>
18431843
</table>
1844+
<h4 id=role-map-image><code>image</code></h4>
1845+
<table aria-labelledby=role-map-image>
1846+
<tbody>
1847+
<tr>
1848+
<th>ARIA Specification</th>
1849+
<td>
1850+
<a class="role-reference" href="#image"><code>image</code></a>
1851+
</td>
1852+
</tr>
1853+
<tr>
1854+
<th>Computed Role</th>
1855+
<td>
1856+
<p><code>image</code></p>
1857+
</td>
1858+
</tr>
1859+
<tr>
1860+
<th>MSAA + IAccessible2</th>
1861+
<td>
1862+
<span class="property">Role: <code>ROLE_SYSTEM_GRAPHIC</code></span><br>
1863+
<span class="property">Interface: <code>IAccessibleImage</code></span>
1864+
</td>
1865+
</tr>
1866+
<tr>
1867+
<th><abbr title="User Interface Automation">UIA</abbr></th>
1868+
<td>
1869+
<span class="property">Control Type: <code>Image</code></span>
1870+
</td>
1871+
</tr>
1872+
<tr>
1873+
<th><abbr title="Accessibility Toolkit">ATK</abbr>/<abbr title="Assistive Technology - Service Provider Interface">AT-SPI</abbr></th>
1874+
<td>
1875+
<span class="property">Role: <code>ROLE_IMAGE</code></span><br>
1876+
<span class="property">Interface: <code>Image</code></span>
1877+
</td>
1878+
</tr>
1879+
<tr>
1880+
<th><abbr title="macOS Accessibility Protocol">AX API</abbr><sup>[<a href="#ftn.note1">Note 1</a>]</sup></th>
1881+
<td>
1882+
<span class="property">AXRole: <code>AXImage</code></span><br>
1883+
<span class="property">AXSubrole: <code>&lt;nil&gt;</code></span><br>
1884+
</td>
1885+
</tr>
1886+
</tbody>
1887+
</table>
18441888
<h4 id=role-map-img><code>img</code></h4>
18451889
<table aria-labelledby=role-map-img>
18461890
<tbody>

0 commit comments

Comments
 (0)