RFR: 8268225: Support :focus-visible and :focus-within CSS pseudoclasses [v7]

Michael Strauß mstrauss at openjdk.java.net
Thu Sep 9 09:51:08 UTC 2021


On Thu, 9 Sep 2021 09:15:06 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:

> Just curious: with this in place, would it be possible to use for supporting [JDK-8087926](https://bugs.openjdk.java.net/browse/JDK-8087926) (it's a bit vague, though, at least for me)?

Yes, `:focus-within` can be used to select an ancestor of the currently-focused node.

-------------

PR: https://git.openjdk.java.net/jfx/pull/475


More information about the openjfx-dev mailing list