microsoft / tabster

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

fix: add details > summary, audio, and video to focusable selector #368

Closed smhigley closed 4 months ago

smhigley commented 4 months ago

Adds missing elements to focusable selector (fixes a bug on the Fluent docs site).

It might also be worth considering taking a dependency on https://github.com/KittyGiraudel/focusable-selectors instead of maintaining this internally.