RFR: 8345348: CSS media feature queries [v25]

Andy Goryachev angorya at openjdk.org
Tue May 27 17:13:01 UTC 2025


On Sun, 25 May 2025 00:19:36 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

>> Implementation of [CSS media queries](https://gist.github.com/mstr2/cbb93bff03e073ec0c32aac317b22de7).
>
> Michael Strauß has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 40 commits:
> 
>  - Merge branch 'master' into feature/media-queries
>  - add -fx vendor prefix to prefers-persistent-scrollbars
>  - cssref documentation changes
>  - added test
>  - canonical modifier order
>  - improve synchronization in PreferenceProperties
>  - review comments
>  - added tests
>  - documentation
>  - use serializedId in MediaQuerySerializer
>  - ... and 30 more: https://git.openjdk.org/jfx/compare/9950d33c...b61f1918

modules/javafx.graphics/src/main/java/javafx/scene/Scene.java line 6571:

> 6569:          *     <caption>Media Feature</caption>
> 6570:          *     <tbody>
> 6571:          *         <tr><th>Name</th><td><code>-fx-prefers-persistent-scrollbars</code></td></tr>

why the change to -fx for persistent scroll bars and not the others?

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1655#discussion_r2109738230


More information about the openjfx-dev mailing list