mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-08 09:09:42 +00:00
Two CSS quirks are specced to only apply to specific properties: - The hashless hex color quirk https://quirks.spec.whatwg.org/#the-hashless-hex-color-quirk - The unitless length quirk https://quirks.spec.whatwg.org/#the-unitless-length-quirk These are now represented in `Properties.json` like so: ```json "property-name-here": { "quirks": [ "hashless-hex-color", "unitless-length" ] } ``` Every property that either of those two quirks applies to is included in `Properties.json` and now has their quirks listed. :^) |
||
---|---|---|
.. | ||
Parser | ||
.gitignore | ||
ComputedValues.h | ||
CSSImportRule.cpp | ||
CSSImportRule.h | ||
CSSRule.cpp | ||
CSSRule.h | ||
CSSStyleDeclaration.cpp | ||
CSSStyleDeclaration.h | ||
CSSStyleDeclaration.idl | ||
CSSStyleRule.cpp | ||
CSSStyleRule.h | ||
CSSStyleSheet.cpp | ||
CSSStyleSheet.h | ||
CSSStyleSheet.idl | ||
Default.css | ||
Identifiers.json | ||
Length.cpp | ||
Length.h | ||
LengthBox.h | ||
Properties.json | ||
QuirksMode.css | ||
Screen.cpp | ||
Screen.h | ||
Screen.idl | ||
Selector.cpp | ||
Selector.h | ||
SelectorEngine.cpp | ||
SelectorEngine.h | ||
StyleInvalidator.cpp | ||
StyleInvalidator.h | ||
StyleProperties.cpp | ||
StyleProperties.h | ||
StyleResolver.cpp | ||
StyleResolver.h | ||
StyleSheet.cpp | ||
StyleSheet.h | ||
StyleSheet.idl | ||
StyleSheetList.cpp | ||
StyleSheetList.h | ||
StyleSheetList.idl | ||
StyleValue.cpp | ||
StyleValue.h |