Skip to content

Commit

Permalink
added mapping for form with acc name
Browse files Browse the repository at this point in the history
fixes #106
  • Loading branch information
stevefaulkner committed Nov 23, 2017
1 parent 07d9044 commit 2724b29
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1386,14 +1386,28 @@ <h3>HTML Element Role Mappings</h3>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="el-form">
<th><a href="https://www.w3.org/TR/html/sec-forms.html#the-form-element"><code>form</code></a></th>
<td class="aria"><a class="core-mapping" href="#role-map-form "><code>form</code></a> role if the <a href="https://www.w3.org/TR/html/sec-forms.html#the-form-element"><code>form</code></a> element has an <a class="termref">accessible name</a>. Otherwise, no corresponding role.</td>
<th><a href="https://www.w3.org/TR/html/sec-forms.html#the-form-element"><code>form</code></a> with an <a class="termref">accessible name</a></th>
<td class="aria"><a class="core-mapping" href="#role-map-form "><code>form</code></a> role </td>
<td class="ia2"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="uia"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="atk"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="comments"></td>
</tr>
<tr id="el-header2" tabindex="-1">
<th><a href="https://www.w3.org/TR/html/sec-forms.html#the-form-element"><code>form</code></a> without an <a class="termref">accessible name</a></th>
<td class="aria">No corresponding role</td>
<td class="ia2"><div class="role"> <span class="type">Role: </span><code>ROLE_SYSTEM_GROUPING</code>; <code>IA2_ROLE_SECTION</code> </div>
<div class="ifaces"> <span class="type">Interfaces: </span><code>IAccessibleText2</code>; <code>IAccessibleHypertext2</code>; </div></td>
<td class="uia"><div class="ctrltype"> <span class="type">Control Type: </span><code>Group</code> </div>
<div class="ctrltype"> <span class="type">Localized Control Type: </span><code>"form"</code> </div></td>
<td class="atk"><div class="role"> <span class="type">Role: </span> <code>ATK_ROLE_SECTION</code> </div>
<div class="ifaces"> <span class="type">Interfaces: </span> <code>AtkText</code>; <code>AtkHypertext</code> </div></td>
<td class="ax"><div class="role"> <span class="type">AXRole: </span><code>AXGroup</code> </div>
<div class="subrole"> <span class="type">AXSubrole: </span><code>(nil)</code> </div>
<div class="roledesc"> <span class="type">AXRoleDescription: </span><code>"group"</code> </div></td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="el-h1-h6">
<th><a href="https://www.w3.org/TR/html/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements"><code>h1</code></a>, <a href="https://www.w3.org/TR/html/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements"><code>h2</code></a>, <a href="https://www.w3.org/TR/html/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements"><code>h3</code></a>, <a href="https://www.w3.org/TR/html/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements"><code>h4</code></a>, <a href="https://www.w3.org/TR/html/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements"><code>h5</code></a>, <a href="https://www.w3.org/TR/html/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements"><code>h6</code></a></th>
<td class="aria"><a class="core-mapping" href="#role-map-heading"><code>heading</code></a> role, with the <a class="core-mapping" href="#ariaLevel"><code>aria-level</code></a> property set to the element's <a href="https://www.w3.org/TR/html/sections.html#outline-depth">outline depth</a></td>
Expand Down

0 comments on commit 2724b29

Please sign in to comment.