On Fri, 9 Jan 2026 14:01:59 GMT, Michael Strauß <[email protected]> wrote:

>> modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html 
>> line 880:
>> 
>>> 878:                 operators and two values. For example:<br>
>>> 879:                 <code>
>>> 880:                     (400px &gt;= width &gt;= 600px)<br>
>> 
>> This should be `(400px &lt;= width &lt;= 600px)`
>
> @kevinrushforth This is a typo that affects an already-approved CSR, but 
> fixing it doesn't meaningfully change the specification. Given that I'd like 
> to get this PR in for JFX 26, how do we continue here?

Since it is not a material change that would, by itself, need a CSR, go ahead 
and proceed with the integration.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1844#discussion_r2676703782

Reply via email to