RFR: 8345188: Support tree-structural pseudo-classes [v8]
Michael Strauß
mstrauss at openjdk.org
Wed Jan 8 19:24:33 UTC 2025
> The CSS Selectors specification defines the `:root` pseudo-class that matches root nodes:
> https://www.w3.org/TR/selectors-4/#the-root-pseudo
>
> JavaFX uses the non-standard `.root` style class for the same purpose. We should also support the `:root` pseudo-class for increased compatibility of JavaFX CSS with the web specification.
>
> Additionally, we should also support the following child-indexed pseudo-classes:
> `:first-child`
> `:last-child`
> `:only-child`
> `:nth-child()` with arguments `even` and `odd`
>
> The `An+B [of S]?` microsyntax for `:nth-child()` is not supported, as this would require major changes in JavaFX CSS.
Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
move pseudo-class changes to end of onChanged
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/1652/files
- new: https://git.openjdk.org/jfx/pull/1652/files/3c694165..a3a69ca2
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=1652&range=07
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=1652&range=06-07
Stats: 92 lines in 1 file changed: 49 ins; 43 del; 0 mod
Patch: https://git.openjdk.org/jfx/pull/1652.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1652/head:pull/1652
PR: https://git.openjdk.org/jfx/pull/1652
More information about the openjfx-dev
mailing list