Re: RFR: 8345188: Set :root pseudo-class on root node [v4]

2024-12-03 Thread Michael Strauß
> 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

Re: RFR: 8345188: Set :root pseudo-class on root node [v3]

2024-12-03 Thread Michael Strauß
> 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

Re: RFR: 8345188: Set :root pseudo-class on root node [v2]

2024-12-03 Thread Michael Strauß
> 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

Re: RFR: 8345188: Set :root pseudo-class on root node

2024-12-02 Thread Kevin Rushforth
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

RFR: 8345188: Set :root pseudo-class on root node

2024-11-28 Thread Michael Strauß
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