RFR: 8268225: Support :focus-visible and :focus-within CSS pseudoclasses [v7]
Michael Strauß
mstrauss at openjdk.java.net
Fri Aug 20 05:15:49 UTC 2021
> 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
-------------
Changes:
- all: https://git.openjdk.java.net/jfx/pull/475/files
- new: https://git.openjdk.java.net/jfx/pull/475/files/a1da00b2..d9a715e3
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jfx&pr=475&range=06
- incr: https://webrevs.openjdk.java.net/?repo=jfx&pr=475&range=05-06
Stats: 37 lines in 1 file changed: 35 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jfx/pull/475.diff
Fetch: git fetch https://git.openjdk.java.net/jfx pull/475/head:pull/475
PR: https://git.openjdk.java.net/jfx/pull/475
More information about the openjfx-dev
mailing list