Skip to content

Commit

Permalink
Remove references to "sectioning root" (#456)
Browse files Browse the repository at this point in the history
Co-authored-by: Valerie Young <spectranaut@igalia.com>
  • Loading branch information
spectranaut and spectranaut committed Jan 30, 2023
1 parent 2de152d commit 65891f6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,7 @@ <h3>HTML Element Role Mappings</h3>
<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`)
(scoped to a <a data-cite="HTML/dom.html#sectioning-content">sectioning content</a> element)
</th>
<td class="aria">
<a class="core-mapping" href="#role-map-complementary">`complementary`</a> role if the <a>`aside`</a> element has an <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a>.
Expand Down Expand Up @@ -1102,8 +1101,7 @@ <h3>HTML Element Role Mappings</h3>
<tr tabindex="-1" id="el-footer">
<th>
<a data-cite="HTML">`footer`</a> (scoped to the <a data-cite="HTML">`main`</a> element,
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 <a data-cite="HTML">`body`</a>)
a <a data-cite="HTML/dom.html#sectioning-content">sectioning content</a> element)
</th>
<td class="aria">
<a class="core-mapping" href="#role-map-generic">`generic`</a> role
Expand Down Expand Up @@ -1204,7 +1202,7 @@ <h3>HTML Element Role Mappings</h3>
</tr>
<tr tabindex="-1" id="el-header">
<th>
<a data-cite="html">`header`</a> (scoped to the <a data-cite="html">`main`</a> element, 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 <a data-cite="html">`body`</a>)
<a data-cite="html">`header`</a> (scoped to the <a data-cite="html">`main`</a> element, or a <a data-cite="html/dom.html#sectioning-content">sectioning content</a> element)
</th>
<td class="aria">
<a class="core-mapping" href="#role-map-generic">`generic`</a> role
Expand Down

0 comments on commit 65891f6

Please sign in to comment.