Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds a mapping for nameless forms, which fixes core-aam #11. (#97)
  • Loading branch information
carmacleod committed Nov 18, 2021
1 parent b93ec5a commit 18914a1
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions index.html
Expand Up @@ -847,9 +847,9 @@ <h3>Role Mapping Table</h3>
<span class="property">AXRole: <code>AXGroup</code></span><br />
<span class="property">AXSubrole: <code>&lt;nil&gt;</code></span><br />
</td>
</tr>
</tr>
<tr id="role-map-form">
<th><a class="role-reference" href="#form"><code>form</code></a></th>
<th><a class="role-reference" href="#form"><code>form</code></a> with an accessible name</th>
<td class="role-msaa-ia2">
<span class="property">Role: <code>IA2_ROLE_FORM</code></span><br />
<span class="property">Object Attribute: <code>xml-roles:form</code></span>
Expand All @@ -868,6 +868,21 @@ <h3>Role Mapping Table</h3>
<span class="property">AXSubrole: <code>&lt;nil&gt;</code></span><br />
</td>
</tr>
<tr id="role-map-form-nameless">
<th><a class="role-reference" href="#form"><code>form</code></a> without an accessible name</th>
<td class="role-msaa-ia2">
<span class="property">Do not expose the <a class="termref">element</a> as a landmark. Use the native host language role of the element instead.</span>
</td>
<td class="role-uia">
<span class="property">Do not expose the <a class="termref">element</a> as a landmark. Use the native host language role of the element instead.</span>
</td>
<td class="role-atk">
<span class="property">Do not expose the <a class="termref">element</a> as a landmark. Use the native host language role of the element instead.</span>
</td>
<td class="role-axapi">
<span class="property">Do not expose the <a class="termref">element</a> as a landmark. Use the native host language role of the element instead.</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">
Expand Down

0 comments on commit 18914a1

Please sign in to comment.