mirror of
https://github.com/RGBCube/serenity
synced 2025-10-30 12:42:44 +00:00
Some properties, such as `margin`, take multiple values but are not complicated enough to require special-case handling. These no longer parsed after my previous StyleValue changes, so this fixes that. In the future we may want to configure whether to allow this for each property. |
||
|---|---|---|
| .. | ||
| 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 | ||