RFR: 8368166: Media query should accept multiple rules [v2]

Michael Strauß mstrauss at openjdk.org
Tue Sep 23 16:50:38 UTC 2025


On Tue, 23 Sep 2025 16:40:48 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> Is this just a matter of initializing the values to [0,0] perhaps?
> 
> Regardless, I think the current changes are acceptable. Thanks for clarifications!

This happens when `currentToken` is null, which probably (only?) happens at the end of the token stream. So the last column of the last line would be a better choice than [0,0].

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

PR Comment: https://git.openjdk.org/jfx/pull/1915#issuecomment-3324817788


More information about the openjfx-dev mailing list