On Thu, 26 Feb 2026 18:09:38 GMT, Andy Goryachev <[email protected]> wrote:
>> Michael Strauß has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> javadoc change
>
> modules/javafx.graphics/src/main/java/com/sun/javafx/css/media/MediaQueryList.java
> line 45:
>
>> 43: * Attempts to determine the result of this media query list without
>> a {@link MediaQueryContext}, and
>> 44: * returns {@link TriState#TRUE} if at least one media query is
>> {@code TRUE}, {@link TriState#FALSE}
>> 45: * if all media queries are {@code FALSE}, or {@link
>> TriState#UNKNOWN} otherwise.
>
> excellent, now it's perfectly clear, thank you!
I've found another version of this in `MediaRule.evaluate()`, and adjusted the
text in a similar way.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2031#discussion_r2860662345