Skip to content
28 changes: 22 additions & 6 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2499,13 +2499,14 @@ <h4 id="el-footer">`footer` (scoped to the `main` element, or a sectioning conte
</tr>
<tr>
<th>[[wai-aria-1.2]]</th>
<td><a class="core-mapping" href="#role-map-generic">`generic`</a> role</td>
<td>
<a class="core-mapping" href="#role-map-sectionfooter">`sectionfooter`</a> role
</td>
</tr>
<tr>
<th><a data-cite="core-aam-1.2/#roleMappingComputedRole">Computed Role</a></th>
<td class="role-computed">
<div class="general">Use WAI-ARIA mapping</div>
<div class="note">Editorial Note: This value may change upon resolution of <a href="https://github.com/w3c/aria/issues/1915">ARIA #1915</a>.</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -2538,7 +2539,14 @@ <h4 id="el-footer">`footer` (scoped to the `main` element, or a sectioning conte
<!-- <th><a href="#accessible-name-and-description-computation">Naming Algorithm</a></th> -->
<tr>
<th>Comments</th>
<td>If a `footer` is not scoped to the `body` element, do not expose the element as a `contentinfo` landmark.</td>
<td>
User agents and assistive technology MAY not expose the `sectionfooter` role if the element:
<ul>
<li>has no <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a></li>
<li>is not keyboard focusable</li>
<li>has no other global ARIA attributes or HTML attributes that expose information to user agent's <a class="termref">accessibility tree</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -2804,13 +2812,14 @@ <h4 id="el-header">`header` (scoped to the `main` element, or a sectioning conte
</tr>
<tr>
<th>[[wai-aria-1.2]]</th>
<td><a class="core-mapping" href="#role-map-generic">`generic`</a> role</td>
<td>
<a class="core-mapping" href="#role-map-sectionheader">`sectionheader`</a> role
</td>
</tr>
<tr>
<th><a data-cite="core-aam-1.2/#roleMappingComputedRole">Computed Role</a></th>
<td class="role-computed">
<div class="general">Use WAI-ARIA mapping</div>
<div class="note">Editorial Note: This value may change upon resolution of <a href="https://github.com/w3c/aria/issues/1915">ARIA #1915</a>.</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -2843,7 +2852,14 @@ <h4 id="el-header">`header` (scoped to the `main` element, or a sectioning conte
<!-- <th><a href="#accessible-name-and-description-computation">Naming Algorithm</a></th> -->
<tr>
<th>Comments</th>
<td>If a `header` is not scoped to the `body` element, do not expose the element as a `banner` landmark.</td>
<td>
User agents and assistive technology MAY not expose the `sectionheader` role if the element:
<ul>
<li>has no <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a></li>
<li>is not keyboard focusable</li>
<li>has no other global ARIA attributes or HTML attributes that expose information to user agent's <a class="termref">accessibility tree</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
Expand Down