On Mon, 22 Jun 2026 15:13:13 GMT, Michael Strauß <[email protected]> wrote:
>> Add the `-fx-platform` media query (similar to `-moz-platform` in Firefox) >> that allows applications to switch styles based on the operating system on >> which the application is running. >> >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Michael Strauß has updated the pull request incrementally with one additional > commit since the last revision: > > remove "unix" platform modules/javafx.graphics/src/main/docs/javafx/scene/doc-files/cssref.html line 1052: > 1050: <tr> > 1051: <td class="value nowrap">-fx-platform</td> > 1052: <td class="value">android | embedded | headless | ios | > linux | macos | windows</td> what does `embedded` mean in this context? is an embedded linux a `linux` or `embedded`? maybe just remove it, like `unix`? ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2193#discussion_r3476625862
