Skip to content

Commit 3d7477d

Browse files
committed
Add mappings for "generic" role
1 parent 6c4bb82 commit 3d7477d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

index.html

+19
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,24 @@ <h3>Role Mapping Table</h3>
822822
<span class="property">AXRoleDescription: <code>'group'</code></span>
823823
</td>
824824
</tr>
825+
<tr id="role-map-generic">
826+
<th><a class="role-reference" href="#generic"><code>generic</code></a></th>
827+
<td class="role-msaa-ia2">
828+
<span class="property">Role: <code>ROLE_SYSTEM_GROUPING</code></span><br />
829+
<span class="property">Role: <code>IA2_ROLE_SECTION</code></span>
830+
</td>
831+
<td class="role-uia">
832+
<span class="property">Control Type: <code>Group</code></span>
833+
</td>
834+
<td class="role-atk">
835+
<span class="property">Role: <code>ROLE_SECTION</code></span><br />
836+
</td>
837+
<td class="role-axapi">
838+
<span class="property">AXRole: <code>AXGroup</code></span><br />
839+
<span class="property">AXSubrole: <code>&lt;nil&gt;</code></span><br />
840+
<span class="property">AXRoleDescription: <code>'group'</code></span>
841+
</td>
842+
</tr>
825843
<tr id="role-map-grid">
826844
<th><a class="role-reference" href="#grid"><code>grid</code></a></th>
827845
<td class="role-msaa-ia2">
@@ -4446,6 +4464,7 @@ <h2>Change Log</h2>
44464464
<h2>Substantive changes since the last public working draft</h2>
44474465
<ul>
44484466
<!-- EdNote: After each WD publish, move contents of this list into the next one below. -->
4467+
<li>10-Sep-2019: Add mappings for <code>generic</code> role.</li>
44494468
<li>09-Jul-2019: Add mappings for <code>insertion</code> and <code>deletion</code> roles.</li>
44504469
<li>14-May-2019: Add mappings for <code>legend</code> role.</li>
44514470
<li>14-May-2019: Add mappings for <code>label</code> role.</li>

0 commit comments

Comments
 (0)