8000 hgroup element mapping update by scottaohara · Pull Request #398 · w3c/html-aam · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update index.html
  • Loading branch information
scottaohara authored Jul 12, 2022
commit 23d1618a7014bd685494a51ef98d003c43655b54
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ <h3>HTML Element Role Mappings</h3>
<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
were `p` elements.
were <a href=#el-p">`p`</a> elements. See <a class="core-mapping" href="#role-map-paragraph">`paragraph` role on Core AAM</a>.
</td>
</tr>
<tr tabindex="-1" id="el-hr">
Expand Down
0