What fresh hell is THIS now? - Patrick Lauke
role=switch
aria-current
is not supported yet in UAs?
role
value is allowed for form
role=form
is allowed
form
(I guess because I implemented it originally according to what the HTML spec says, not what the ARIA in HTML spec says)
image-replace
or visually-hidden
?
form
can still have any role, or (B) that you really did change it so that form
can only have role=form
form role=search
, right? (not just that warning)
@sideshowbarker btw I guess we should redirect https://specs.webplatform.org/html-aria to https://w3c.github.io/html-aria/
Yeah I did a few weeks back webspecs/html-aria@f667045 but looks like the autoupdate is borked
@LjWatson: @stevefaulkner is this the latest version of ARIA in HTML module? https://specs.webplatform.org/html-aria/webspecs/master/
No this is http://w3c.github.io/html-aria/, that one has been gutted and redirected, but the commit has not stuck need @darobin to fix
null
alt text in this case?
<img>
element as it means the page is much more portable (I don’t have to zip up a whole load of images and the page itself). If I do that, it sounds like I should use an aria-label
on each color square. Should I add role=img
to each square as well? It might make them more discoverable. Thanks!