Skip to content

Commit

Permalink
Correction: adds missing radio role allowance for img
Browse files Browse the repository at this point in the history
closes #380.
As noted in #212, `role=radio` was meant to be allowed on an `img alt=foo`.  This corrects the mistake of that allowance not making it into the spec.
  • Loading branch information
scottaohara authored Dec 3, 2021
1 parent 4b957ad commit 62df2fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,9 @@ <h2 id="docconformance">
<a href="#index-aria-menuitemradio">`menuitemradio`</a>,
<a href="#index-aria-option">`option`</a>,
<a href="#index-aria-progressbar">`progressbar`</a>,
<span class="proposed correction">
<a href="#index-aria-radio">`radio`</a>,
</span>
<a href="#index-aria-scrollbar">`scrollbar`</a>,
<a href="#index-aria-separator">`separator`</a>,
<a href="#index-aria-slider">`slider`</a>,
Expand Down

0 comments on commit 62df2fa

Please sign in to comment.