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

hgroup element mapping update #398

Merged
merged 17 commits into from
Mar 8, 2023
Merged
Changes from 8 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
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1197,12 +1197,16 @@ <h3>HTML Element Role Mappings</h3>
<th>
<a data-cite="HTML">`hgroup`</a>
</th>
<td class="aria"><a class="core-mapping" href="#role-map-generic">`generic`</a> role </td>
<td class="aria"><a class="core-mapping" href="#role-map-group">`group`</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>
<td class="comments">
If an `hgroup` contains multiple heading elements, then the heading element with the highest priority level
MUST be treated as the sole heading of the `hgroup`. All other heading elements MUST instead be exposed as if they
scottaohara marked this conversation as resolved.
Show resolved Hide resolved
were `p` elements.
scottaohara marked this conversation as resolved.
Show resolved Hide resolved
</td>
</tr>
<tr tabindex="-1" id="el-hr">
<th>
Expand Down