Skip to content

Addition: allow aria-hidden on picture element #352

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

Merged
merged 8 commits into from
Oct 26, 2021
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
Update index.html
Co-authored-by: Marcos Cáceres <[email protected]>
  • Loading branch information
scottaohara and marcoscaceres authored Oct 26, 2021
commit 5f0ff4d6e8d0a4e4c49caceb24715d732ba4ebd2
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2071,10 +2071,12 @@ <h2 id="docconformance">
</td>
<td>
<p><strong class="nosupport">no `role`</strong></p>
<div class="addition.proposed">
<p>
Authors MAY specify the <a data-cite="wai-aria-1.1#aria-hidden">`aria-hidden`</a> attribute on the `picture` element.
Otherwise, no other allowed `aria-*` attributes.
</p>
</div>
</td>
</tr>
<tr id="el-pre" tabindex="-1">
Expand Down