> 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 compatibil
> 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 compatibil
> 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 compatibil
On Thu, 28 Nov 2024 14:02:36 GMT, Michael Strauß wrote:
> 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
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
Java