microsoft / tabster

Web Application Keyboard Navigation Tools

Home Page:https://tabster.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Focusable does not handle the inert attribute

smhigley opened this issue · comments

Tabster breaks on elements with inert, or nested within an ancestor with inert.

The easiest solution might be to add :not([inert]):not([inert] *) to the focusable selector, or add an explicit check (maybe in isAccessible?)