From 62df2fab8c4f7b550ba261c0a88ad346714ff3be Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Thu, 2 Dec 2021 20:24:07 -0500 Subject: [PATCH] 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. --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 2622f411..771890ac 100644 --- a/index.html +++ b/index.html @@ -1185,6 +1185,9 @@

`menuitemradio`, `option`, `progressbar`, + + `radio`, + `scrollbar`, `separator`, `slider`,