New unsupported CSS pseudo selectors are breaking basic ones
By design Issue #16651302
Steps to reproduce
There are some newer CSS selectors such as :focus-within, :focus-visible, :focus-ring
. They are not currently supported in IE or Edge which is fine. But what’s the real issue is that using them they break other basic pseudo selectors such as :hover
and :focus
. I would expect that they would be ignored if they aren’t supported rather than breaking other selectors.
Here is a codepen isolating the issue.
https://codepen.io/anthony-dandrea/pen/zWWGpK
You need to sign in to your Microsoft account to add a comment.
Sign in