Skip to content

Commit e25814a

Browse files
authored
Correction: adds missing radio role allowance for img (#381)
* Correction: adds missing radio role allowance for img 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. * update changelog
1 parent cfab4e1 commit e25814a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.html

+7
Original file line numberDiff line numberDiff line change
@@ -1302,6 +1302,9 @@ <h2 id="docconformance">
13021302
<a href="#index-aria-menuitemradio">`menuitemradio`</a>,
13031303
<a href="#index-aria-option">`option`</a>,
13041304
<a href="#index-aria-progressbar">`progressbar`</a>,
1305+
<span class="proposed correction">
1306+
<a href="#index-aria-radio">`radio`</a>,
1307+
</span>
13051308
<a href="#index-aria-scrollbar">`scrollbar`</a>,
13061309
<a href="#index-aria-separator">`separator`</a>,
13071310
<a href="#index-aria-slider">`slider`</a>,
@@ -4370,6 +4373,10 @@ <h2>Change log</h2>
43704373
<h3>Substantive changes since the last published Recommendation</h3>
43714374

43724375
<ul>
4376+
<li>
4377+
13-Dec-2021:
4378+
Allow `radio` role on <a href="#el-img">`img alt="some text"` element</a>.
4379+
</li>
43734380
<li>
43744381
07-Dec-2021:
43754382
Allow only `none` and `presentation` roles for <a href="#el-wbr">`wbr` element</a>.

0 commit comments

Comments
 (0)