mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-02 02:37:38 +00:00
As noted, the Parser can't handle the `<number>` syntax for this - it gets parsed instead by the `<number>` branch. We can't actually resolve the ambiguity without making the Parser aware of what type each media-feature is, but I will get to that soon. :^)