Skip to content

Commit

Permalink
Add mappings for "generic" role
Browse files Browse the repository at this point in the history
  • Loading branch information
joanmarie committed Sep 10, 2019
1 parent 6c4bb82 commit 3d7477d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,24 @@ <h3>Role Mapping Table</h3>
<span class="property">AXRoleDescription: <code>'group'</code></span>
</td>
</tr>
<tr id="role-map-generic">
<th><a class="role-reference" href="#generic"><code>generic</code></a></th>
<td class="role-msaa-ia2">
<span class="property">Role: <code>ROLE_SYSTEM_GROUPING</code></span><br />
<span class="property">Role: <code>IA2_ROLE_SECTION</code></span>
</td>
<td class="role-uia">
<span class="property">Control Type: <code>Group</code></span>
</td>
<td class="role-atk">
<span class="property">Role: <code>ROLE_SECTION</code></span><br />
</td>
<td class="role-axapi">
<span class="property">AXRole: <code>AXGroup</code></span><br />
<span class="property">AXSubrole: <code>&lt;nil&gt;</code></span><br />
<span class="property">AXRoleDescription: <code>'group'</code></span>
</td>
</tr>
<tr id="role-map-grid">
<th><a class="role-reference" href="#grid"><code>grid</code></a></th>
<td class="role-msaa-ia2">
Expand Down Expand Up @@ -4446,6 +4464,7 @@ <h2>Change Log</h2>
<h2>Substantive changes since the last public working draft</h2>
<ul>
<!-- EdNote: After each WD publish, move contents of this list into the next one below. -->
<li>10-Sep-2019: Add mappings for <code>generic</code> role.</li>
<li>09-Jul-2019: Add mappings for <code>insertion</code> and <code>deletion</code> roles.</li>
<li>14-May-2019: Add mappings for <code>legend</code> role.</li>
<li>14-May-2019: Add mappings for <code>label</code> role.</li>
Expand Down

0 comments on commit 3d7477d

Please sign in to comment.