On Mon, 29 Jun 2026 17:41:05 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: > > "linux" means "unix but not macOS" Makes sense. Maybe we should rename `isUnix` to `isLinuxOrSolaris` or `isUnixButNotMac`. Mostly for better readablity in the other code locations, but thats for another PR. ------------- Marked as reviewed by mhanl (Committer). PR Review: https://git.openjdk.org/jfx/pull/2193#pullrequestreview-4594778764
