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

Jeanette Winzenburg fastegal at openjdk.java.net
Thu Sep 9 09:18:04 UTC 2021


On Fri, 20 Aug 2021 05:15:49 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

>> This PR adds the `Node.focusVisible` and `Node.focusWithin` properties, as well as the corresponding `:focus-visible` and `:focus-within` CSS pseudo-classes.
>
> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fixed undeterministic test failures

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)?

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

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


More information about the openjfx-dev mailing list