Skip to content

Commit fcea6be

Browse files
authored
Merge pull request #9 from w3c/computedrole_v1
Add computedrole column
2 parents 4bb6b94 + 34a712b commit fcea6be

File tree

1 file changed

+37
-31
lines changed

1 file changed

+37
-31
lines changed

graphics-aam/index.html

Lines changed: 37 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -351,44 +351,50 @@ <h3>Role Mapping Table</h3>
351351
<thead>
352352
<tr>
353353
<th><abbr title="Accessible Rich Internet Application">WAI-ARIA</abbr> Role</th>
354+
<th><a href="https://w3c.github.io/core-aam/#roleMappingComputedRole">Computed Role</a></th>
354355
<th>MSAA + IAccessible2 Role + Other IAccessible2 Features</th>
355356
<th><abbr title="User Interface Automation">UIA</abbr> Control Type + Other Features</th>
356-
<th><abbr title="Accessibility Toolkit">ATK</abbr>/<abbr title="Assistive Technology - Service Provider Interface">AT-SPI</abbr> Role</th>
357+
<th><abbr title="Accessibility Toolkit">ATK</abbr>/<abbr title="Assistive Technology - Service Provider Interface">AT-SPI</abbr> Role</th>
357358
<th><abbr title="Mac OS X Accessibility Protocol">AXAPI</abbr></th>
358359
</tr>
359360
</thead>
360361
<tbody>
361-
<tr id="role-map-graphics-document">
362-
<th><a class="graphics-role-reference" href="#graphics-document"><code>graphics-document</code></a></th>
363-
364-
<td><p><code>ROLE_SYSTEM_DOCUMENT</code> + <code>STATE_SYSTEM_READONLY</code></p><p>IAccessible2: Object attribute <code>xml-roles:graphics-document</code>. </p></td>
365-
<td>Control Type: <code>'Document'</code>.</td>
366-
<td><p>Expose <code>ROLE_DOCUMENT_FRAME</code> and object attribute <code>xml-roles:graphics-document</code>.</p></td>
367-
<td>AXRole: <code>AXGroup</code><br />
368-
AXSubrole: <code>AXDocument</code><br />
369-
AXRoleDescription: <code>'document'</code>
370-
</td>
371-
</tr>
372-
<tr id="role-map-graphics-object">
373-
<th><a class="graphics-role-reference" href="#graphics-object"><code>graphics-object</code></a></th>
374-
<td><code>ROLE_SYSTEM_GROUPING</code> + <p>IAccessible2: Object attribute <code>xml-roles:graphics-object</code>.</p></td>
375-
<td>Control Type: <code>'Group'</code>.</td>
376-
<td><p>Expose <code>ROLE_PANEL</code> and object attribute <code>xml-roles:graphics-object</code>.</p></td>
377-
<td>AXRole: <code>AXGroup</code><br />
378-
AXSubrole: <code>&lt;nil&gt;</code><br/>
379-
AXRoleDescription: <code>'group'</code>
380-
</td>
381-
</tr>
362+
<tr id="role-map-graphics-document">
363+
<th><a class="graphics-role-reference" href="#graphics-document"><code>graphics-document</code></a></th>
364+
<td><code>graphics-document</code></td>
365+
<td><p><code>ROLE_SYSTEM_DOCUMENT</code> + <code>STATE_SYSTEM_READONLY</code></p><p>IAccessible2: Object attribute <code>xml-roles:graphics-document</code>. </p></td>
366+
<td>Control Type: <code>'Document'</code>.</td>
367+
<td><p>Expose <code>ROLE_DOCUMENT_FRAME</code> and object attribute <code>xml-roles:graphics-document</code>.</p></td>
368+
<td>
369+
AXRole: <code>AXGroup</code><br />
370+
AXSubrole: <code>AXDocument</code><br />
371+
AXRoleDescription: <code>'document'</code>
372+
</td>
373+
</tr>
374+
<tr id="role-map-graphics-object">
375+
<th><a class="graphics-role-reference" href="#graphics-object"><code>graphics-object</code></a></th>
376+
<td><code>graphics-object</code></td>
377+
<td><code>ROLE_SYSTEM_GROUPING</code> + <p>IAccessible2: Object attribute <code>xml-roles:graphics-object</code>.</p></td>
378+
<td>Control Type: <code>'Group'</code>.</td>
379+
<td><p>Expose <code>ROLE_PANEL</code> and object attribute <code>xml-roles:graphics-object</code>.</p></td>
380+
<td>
381+
AXRole: <code>AXGroup</code><br />
382+
AXSubrole: <code>&lt;nil&gt;</code><br/>
383+
AXRoleDescription: <code>'group'</code>
384+
</td>
385+
</tr>
382386
<tr id="role-map-graphics-symbol">
383-
<th><a class="graphics-role-reference" href="#graphics-symbol"><code>graphics-symbol</code></a></th>
384-
<td><code>ROLE_SYSTEM_GRAPHIC</code><p>IAccessible2: Object attribute <code>xml-roles:graphics-symbol</code>. </p></td>
385-
<td>Control Type: <code>'Image'</code>.</td>
386-
<td><p>Expose <code>ROLE_IMAGE</code> and object attribute <code>xml-roles:graphics-symbol</code>. </p></td>
387-
<td>AXRole: <code>AXImage</code><br />
388-
AXSubrole: <code>&lt;nil&gt;</code><br />
389-
AXRoleDescription: <code>'image'</code>
390-
</td>
391-
</tr>
387+
<th><a class="graphics-role-reference" href="#graphics-symbol"><code>graphics-symbol</code></a></th>
388+
<td><code>graphics-symbol</code></td>
389+
<td><code>ROLE_SYSTEM_GRAPHIC</code><p>IAccessible2: Object attribute <code>xml-roles:graphics-symbol</code>. </p></td>
390+
<td>Control Type: <code>'Image'</code>.</td>
391+
<td><p>Expose <code>ROLE_IMAGE</code> and object attribute <code>xml-roles:graphics-symbol</code>. </p></td>
392+
<td>
393+
AXRole: <code>AXImage</code><br />
394+
AXSubrole: <code>&lt;nil&gt;</code><br />
395+
AXRoleDescription: <code>'image'</code>
396+
</td>
397+
</tr>
392398
</tbody>
393399
</table>
394400
</div>

0 commit comments

Comments
 (0)