RFR: 8358450: Viewport characteristics media features [v21]

Michael Strauß mstrauss at openjdk.org
Fri Jan 9 16:16:41 UTC 2026


On Fri, 9 Jan 2026 16:10:09 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   typo
>
> 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:                     (600px >= width >= 400px)<br>
> 
> it's probably customary to go from small value to large
> `400 >= width >= 600`

Yes, but I think it's better to show both versions here, since otherwise people might think that only one form is supported.

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

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


More information about the openjfx-dev mailing list