RFR: 8368166: Media query should accept multiple rules
Michael Strauß
mstrauss at openjdk.org
Mon Sep 22 23:52:22 UTC 2025
On Mon, 22 Sep 2025 23:10:13 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> Question: When I supply a stylesheet with two missing close braces, the master branch complains about `Expected RBRACE at [3,0]` to stderr, the code in this PR does not.
I've added some code that emits a parser error when a closing curly brace is missing.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1915#issuecomment-3321919554
More information about the openjfx-dev
mailing list