mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
For simplicity in user code, the `parse_foo_value()` methods should parse anything that is a `<foo>`. In these cases, that means a number/integer or calculation that resolves to them. These uses in parse_css_value_for_properties() specifically only want a literal IntegerStyleValue/NumberStyleValue, as calc-parsing is done elsewhere. So, do the parsing for them locally.