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

aside mapping revisions #350

Merged
merged 7 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
23 changes: 18 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,18 +418,31 @@ <h3>HTML Element Role Mappings</h3>
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="el-aside">
<tr tabindex="-1" id="el-aside-ancestorbodymain">
<th>
<a data-cite="HTML">`aside`</a>
<a data-cite="HTML">`aside`</a> (scoped to the `body` or `main` element)
</th>
<td class="aria">
<a class="core-mapping" href="#role-map-complementary">`complementary`</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>
<div class="ctrltype"><span class="type">Localized Control Type:</span> `"aside"`</div>
<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-aside">
<th>
<a data-cite="HTML">`aside`</a>
(scoped to a <a data-cite="HTML/dom.html#sectioning-content">sectioning content</a> element,
or a <a data-cite="HTML/sections.html#sectioning-root">sectioning root</a> element other than `body`)
</th>
<td class="aria">
<a class="core-mapping" href="#role-map-complementary">`complementary`</a> role if the <a>`aside`</a> element has an <a>accessible name</a>.
Otherwise, <a class="core-mapping" href="#role-map-generic">`generic`</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>
Expand Down