mirror of
https://github.com/RGBCube/serenity
synced 2025-10-30 18:12:45 +00:00
If we can't parse a property we previously a log-line was generated. However it is in our best interest to simply ignore vendor-specific properties (e.g -moz-something or -webkit-something) since they are not part of the spec. The vendor-specific-ness is determined by looking whether the property starts with '-'. If we want to support some vendor-specific stuff, this doesn't get in the way since this check takes place after the parser determined that the current property is invalid. This cuts down the log-noise of the parser. |
||
|---|---|---|
| .. | ||
| AtStyleRule.h | ||
| DeclarationOrAtRule.h | ||
| DeprecatedCSSParser.cpp | ||
| DeprecatedCSSParser.h | ||
| Parser.cpp | ||
| Parser.h | ||
| QualifiedStyleRule.h | ||
| StyleBlockRule.h | ||
| StyleComponentValueRule.h | ||
| StyleDeclarationRule.h | ||
| StyleFunctionRule.h | ||
| StyleRules.cpp | ||
| Token.cpp | ||
| Token.h | ||
| Tokenizer.cpp | ||
| Tokenizer.h | ||