On Wed, 17 Jun 2026 20:19:31 GMT, Michael Strauß <[email protected]> wrote:
>> This PR adds the `-fx-supports-conditional-feature` media query, which >> allows applications to adapt their stylesheets to different platforms with >> varying conditional feature support. Currently, the built-in themes use >> hard-coded logic to include or exclude conditional-feature stylesheets. The >> new media query allows us to potentially remove the hard-coded logic in the >> future, and gives third-party themes an API to query conditional feature >> support. >> >> --------- >> - [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 with a new target base due to a > merge or a rebase. The incremental webrev excludes the unrelated changes > brought in by the merge/rebase. The pull request contains four additional > commits since the last revision: > > - Merge branch 'master' into feature/conditional-feature-query > - cssref wording > - add doc links > - ConditionalFeature media queries Marked as reviewed by angorya (Reviewer). ------------- PR Review: https://git.openjdk.org/jfx/pull/2161#pullrequestreview-4519292115
