Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

form mapping updates re: core aam #372

Merged
merged 4 commits into from
Apr 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 12 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1146,29 +1146,26 @@ <h3>HTML Element Role Mappings</h3>
</tr>
<tr tabindex="-1" id="el-form">
<th>
<a data-cite="HTML">`form`</a> with an <a class="termref">accessible name</a>
<a data-cite="HTML">`form`</a>
</th>
<td class="aria">
<a class="core-mapping" href="#role-map-form">`form`</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 tabindex="-1" id="el-form-no-accessible-name">
<th>
<a data-cite="HTML">`form`</a> without an <a class="termref">accessible name</a>
</th>
<td class="aria">
<a class="core-mapping" href="#role-map-generic">`generic`</a> role

<td class="atk">
<div class="general">Use WAI-ARIA mapping</div>
<div>If a `form` has no <a class="termref">accessible name</a>:</div>
<div class="role">
<span class="type">Role:</span> `ATK_ROLE_FORM`
</div>
</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>
<td class="comments">
If a <a class="core-mapping" href="#role-map-form-nameless">`form` has no accessible name</a>,
do not expose the element as a landmark.
</td>
</tr>
<tr tabindex="-1" id="el-form-associated-custom-element">
<th>
Expand Down