Skip to content

Commit

Permalink
adds role=radio alowance to img alt=foo
Browse files Browse the repository at this point in the history
related to ARIA in HTML PR w3c/html-aria#212, `role=radio` was meant to be kept as an allowance for an `img` with an accessible name, but it didn't make it into the spec.  

w3c/html-aria#381 will add this allowance
  • Loading branch information
scottaohara authored and sideshowbarker committed Jan 21, 2022
1 parent b0fb152 commit b013aa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/html5/embed.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ namespace local = ""
| common.attrs.aria.role.option
| common.attrs.aria.role.presentation
| common.attrs.aria.role.progressbar
| common.attrs.aria.role.radio
| common.attrs.aria.role.scrollbar
| common.attrs.aria.role.separator
| common.attrs.aria.role.slider
Expand Down

0 comments on commit b013aa0

Please sign in to comment.