mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 00:50:59 +00: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. |
||
|---|---|---|
| .. | ||
| DeclarationOrAtRule.h | ||
| Parser.cpp | ||
| Parser.h | ||
| StyleBlockRule.h | ||
| StyleComponentValueRule.h | ||
| StyleDeclarationRule.h | ||
| StyleFunctionRule.h | ||
| StyleRule.h | ||
| StyleRules.cpp | ||
| Token.cpp | ||
| Token.h | ||
| Tokenizer.cpp | ||
| Tokenizer.h | ||