RFR: 8358450: Viewport characteristics media features [v20]
Michael Strauß
mstrauss at openjdk.org
Fri Jan 9 14:05:28 UTC 2026
On Fri, 9 Jan 2026 09:47:46 GMT, Markus Mack <mmack at openjdk.org> wrote:
>> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>>
>> update copyright years
>
> 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?
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1844#discussion_r2676302608
More information about the openjfx-dev
mailing list