RFR: 8358450: Viewport characteristics media features [v20]
Kevin Rushforth
kcr at openjdk.org
Fri Jan 9 15:55:54 UTC 2026
On Fri, 9 Jan 2026 14:01:59 GMT, Michael Strauß <mstrauss at openjdk.org> 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 >= width >= 600px)<br>
>>
>> This should be `(400px <= width <= 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
More information about the openjfx-dev
mailing list