Re: [csswg-drafts] [selectors] :focus-visible on a <select> element (#5822)

Other things that react to a keyboard input is a `<input type="checkbox">` that you can use spacebar to check/uncheck it, or `<input type="range">` that you can use the arrows to move it. Both don't match `:focus-visible` after click, but start matching if you use the keyboard to interact with them.

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


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

Received on Monday, 1 February 2021 16:56:43 UTC