Aaron Leventhal
Aaron Leventhal
It's possible that not all of these rules are harmful. Should we look at these one by one or just carte blanche axe them all?
I like the idea of using the invalid state as the clue to force reading of aria-describedby. It doesn't have to be aria-invalid, but any invalid state for the field,...
Birkir, these do sound like a value add to me. As a browser developer, I'm wondering if this all works consistently across environments. Does anyone know? What testing has been...
Wow! That's the first I've seen a11ysupport.io. As a browser developer, this is a goldmine. On Fri, Jul 5, 2024 at 8:05 AM Isaiah Thomason ***@***.***> wrote: > @aleventhal ,...
@cookiecrook can you give guidance so that we can fix the Chromium bug? Thanks!
Maybe simple answer is to say same platform role? It will end up as menuitem on the platform. Or give the menuitemradio/checkbox as a special case.
So, we should use ATK_ROLE_FORM only if there is NOT a name, otherwise use ATK_ROLE_LANDMARK. Correct? Nit: the CORE-AAM table refers to ROLE_FORM when it should say ATK_ROLE_FORM.
For IA2 nameless forms, what does it mean, "Do not expose the [element](https://www.w3.org/TR/wai-aria/#dfn-element) as a landmark." -- how were we exposing it as a landmark other than via IA2_ROLE_FORM? And...
I guess I don't understand why we should change IA2_ROLE_FORM to IA2_ROLE_LANDMARK when there is a name. The AT can already determine that there is a landmark from it being...
I'll bring this up with various AT devs and ask what they want. Bottom line is that I think we want a user experience where a nameless form is not...