Re: [csswg-drafts] [selectors] `:focusable` pseudo-class (#7269)

What about `tabbable`, the difference is negative tabindex cases.
According to the [specification](https://html.spec.whatwg.org/multipage/interaction.html#focusable), `focusable` includes all `non-null tabindex` values.

The `focusable` almost equal to elements which can be focus by `tab` key.
So I suggest rename as `tabbable`, or both focusable and tabbable.
* `focusable` contains all non-null tabindex.
* `tabbable` only contains non-negative tabindex.

-- 
GitHub Notification of comment by woody-li
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7269#issuecomment-1663533129 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 3 August 2023 08:36:22 UTC