Dominic Mazzoni
Dominic Mazzoni
Existing web accessibility APIs are complicated and it isn't always obvious to web authors how declarative accessibility markup affects the actual accessibility properties exposed to clients via native accessibility APIs....
One of the major gaps in ARIA is that a custom control can't be manipulated via accessibility actions. For example, on almost all platforms, a native HTML slider can be...
Enabling "native" browser accessibility support has performance and memory implications. Simply setting or accessing the AOM should not do this. This needs to be clear in the spec.
# Describe your concern Someone tried to use role=none on a table cell, e.g. Name Subject Ranjit (no subject) Some browsers are removing the native table cell role. Others are...
Screen readers with touch screen support typically include a "touch exploration" mode where you can tap or slowly drag around the screen and listen to feedback on what you're touching,...
It feels like a missed opportunity to invent a new API that's built around plaintext, or a speech-only markup language like SSML. I'm fine with not prioritizing braille in v1...
It feels like ariaNotify is trying to solve two problems simultaneously: poor ergonomics of live regions for web developers, and inconsistent implementations in browsers and screen readers. Wouldn't it make...
## Bug Report 1. On macOS, enable VoiceOver and visit this page: https://bvaughn.github.io/react-virtualized/#/components/Grid 2. Navigate to the grid and interact in 3. Try to use VoiceOver+Up/Down to move up/down in...