microsoft / tabster

Web Application Keyboard Navigation Tools
https://tabster.io
MIT License
116 stars 34 forks source link

Tabster doesn't handle native audio and video elements #370

Open smhigley opened 4 months ago

smhigley commented 4 months ago

This is partially addressed by #368, which allows focus to reach the container of the audio/video elements.

However, even after this, tabbing doesn't reach the controls within the audio/video element's shadow DOM. For comparison, tab through the example on https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video. In a page with tabster, tab does not reach the play button, volume control, menu button, or seek bar.

This issue came up tangentially, and isn't yet actively impacting a partner team (or at least not that I know of).