mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +02:00
Previously, we applied the unitless length quirk to all numbers in quirks mode. Now, we correctly only do so for the set of properties listed in the quirks-mode spec: https://quirks.spec.whatwg.org/#quirky-length-value However, we do not yet prevent this quirk inside CSS expressions (like `calc()`) as the spec directs.