RFR: 8358450: Viewport characteristics media features [v7]
Michael Strauß
mstrauss at openjdk.org
Fri Sep 5 18:15:09 UTC 2025
> Implementation of [viewport characteristics media features](https://www.w3.org/TR/mediaqueries-5/#mf-viewport-characteristics):
> * `width`
> * `height`
> * `aspect-ratio`: width / height
> * `orientation`: `portrait`, `landscape`
> * `display-mode`: `fullscreen`, `standalone` (note: `browser` and `minimal-ui` are not supported in JavaFX)
Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
whitespace, add final modifier
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/1844/files
- new: https://git.openjdk.org/jfx/pull/1844/files/1c1c118d..c6ad3e32
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=1844&range=06
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=1844&range=05-06
Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jfx/pull/1844.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1844/head:pull/1844
PR: https://git.openjdk.org/jfx/pull/1844
More information about the openjfx-dev
mailing list