mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
We no longer try to resolve calculated values at parse time which means we support relative lengths. We now clamp negative values rather than rejecting them at parse time. Parsing has been inlined into `parse_ratio_value` and `parse_ratio` has been removed since `parse_ratio_value` was the only caller
3 lines
19 B
Plaintext
3 lines
19 B
Plaintext
calc(-1) / 1
|
|
0 / 1
|