> `MediaQueryParser` currently parses query lists without a comma separator:
>
>
> @media (prefers-color-scheme: dark)
> (prefers-reduced-motion: reduce) {
> .foo { bar: baz; }
> }
>
>
> The correct grammar requires commas between queries.
>
> ---------
> - [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:
verify that malformed queries evaluate to false
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/2162/files
- new: https://git.openjdk.org/jfx/pull/2162/files/4694d829..1e684a6f
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=2162&range=01
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=2162&range=00-01
Stats: 87 lines in 2 files changed: 85 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jfx/pull/2162.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/2162/head:pull/2162
PR: https://git.openjdk.org/jfx/pull/2162