mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-16 04:59:23 +00:00
We have this code duplicated in multiple places, and we'll want to handle registered custom properties too at some point, so wrap it in a reusable `CalculationContext::for_property()` method. Noticed while doing this that ValueParsingContext will eventually need to take a PropertyNameAndID, not a PropertyID, so I've added a FIXME. |
||
---|---|---|
.. | ||
ArbitrarySubstitutionFunctions.cpp | ||
ArbitrarySubstitutionFunctions.h | ||
ComponentValue.cpp | ||
ComponentValue.h | ||
DescriptorParsing.cpp | ||
Dimension.h | ||
ErrorReporter.cpp | ||
ErrorReporter.h | ||
GradientParsing.cpp | ||
Helpers.cpp | ||
MediaParsing.cpp | ||
Parser.cpp | ||
Parser.h | ||
PropertyParsing.cpp | ||
RuleContext.cpp | ||
RuleContext.h | ||
RuleParsing.cpp | ||
SelectorParsing.cpp | ||
Syntax.cpp | ||
Syntax.h | ||
SyntaxParsing.cpp | ||
SyntaxParsing.h | ||
Token.cpp | ||
Token.h | ||
Tokenizer.cpp | ||
Tokenizer.h | ||
TokenStream.h | ||
Types.cpp | ||
Types.h | ||
ValueParsing.cpp |