Skip to content

Commit

Permalink
UA ignore aria-hidden on root elements
Browse files Browse the repository at this point in the history
companion PR to w3c/aria#1880
  • Loading branch information
scottaohara authored Nov 15, 2023
1 parent 14cdf18 commit f6d3882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,7 @@ <h4 id=el-body>`body`</h4>
<tr>
<th>Comments</th>
<td>
User agents MUST ignore the `aria-hidden` attribute if specified on the `body` element.
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -2840,6 +2841,7 @@ <h4 id=el-html>`html`</h4>
<tr>
<th>Comments</th>
<td>
User agents MUST ignore the `aria-hidden` attribute if specified on the `html` element.
</td>
</tr>
</tbody>
Expand Down

0 comments on commit f6d3882

Please sign in to comment.