w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
181 stars 49 forks source link

Correction: Allow role=radio on img alt=foo #380

Closed scottaohara closed 2 years ago

scottaohara commented 2 years ago

Per #212, role=radio was supposed to be allowed on an <img alt=foo ...> but I missed adding it into the PR and it was not caught in review.

This is specifically a correction to the spec.