Marcy Sutton-Todd
Marcy Sutton-Todd
To expand on what I meant by testing here: the default controls in HTML5 video and audio aren't consistently focusable, it depends on the browser. And I'm pretty sure it...
The search text field could use a label, for starters, but that is easy to fix. A bigger issue is that the generated list items do not have anchors in...
I am having so much trouble with this. I submitted a repo to DefinitelyTyped, which is now ported to @types. It seems like a better idea to distribute the file...
I can confirm this behavior. It also looks like focus management isn't happening on the modal, and it's missing the dialog role (though those could be separate issues). Here's how...
I really want to record an accessibility demo with react-modal, but `aria-hidden="true"` on the body is preventing me from doing that. It will also prevent screen reader users from accessing...
Ooh, that should work for now. Thanks!
This issue is still open, was there ever a resolution? It's a pretty big show-stopper, so it would be good to get the docs updated or whatever else needs to...
I came up with a use case for this where I wish I had a role matcher: Query by TestId for robustness and then assert it has a certain role...
You might want to look at [react-axe](https://github.com/dylanb/react-axe), which handles a ton of ARIA attributes.
Thanks so much for the feedback! I totally agree, so I'm hoping to issue an overhaul/update of the workshop. Stay tuned!