RFR: 8345348: CSS media feature queries [v20]

Michael Strauß mstrauss at openjdk.org
Sat May 3 08:56:07 UTC 2025


On Fri, 2 May 2025 22:36:08 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> Another question: is there any special prioritization given to media queries relative to other rules?

No, a media query just either matches, or it doesn't. If it matches, the rule enclosed by the media query is treated like any other rule; if it doesn't match, the rule doesn't apply.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1655#issuecomment-2848527090


More information about the openjfx-dev mailing list