mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
In order to know whether `calc(2.5)` is a number or an integer, we have to see what the property will accept. So, add that knowledge to `Parser::expand_unresolved_values()`. This makes `counter-increment: foo calc(2 * var(--n));` work correctly, in a test I'm working on.