- From: Rob Dodson via GitHub <sysbot+gh@w3.org>
- Date: Tue, 02 Feb 2021 02:05:42 +0000
- To: public-css-archive@w3.org
> About the weird issue that @emilio found, with :focus-visible matching when outline wasn't show. I believe this is due to a Chromium bug, that the click on the <select> is not considered a mouse click, so it believes it's a keyboard focus and for that reason it matches :focus-visible. I think this seems like a Chromium bug. It doesn't seem like `:focus-visible` should match if the default focus indicator is not being shown. Btw I thought I did a test on this and saw that Firefox 84 did show a focus ring on select but when I upgraded to 85 it stopped. I may have totally imagined this but is there an easy way to check? -- GitHub Notification of comment by robdodson Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5822#issuecomment-771293143 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 2 February 2021 02:05:44 UTC