mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +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.