mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-04 15:19:16 +00:00
Some checks are pending
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
Before this change, calc() would resolve to different types depending on the nearest containing value context. This meant that rgb(calc(), ...) by itself worked correctly due to fallbacks, but rgb(calc(), ...) inside e.g a linear-gradient would create a calc() value that resolves to a length, which subsequently got rejected by the color value parser. Fixing this makes various little gradients show up on Discord. |
||
---|---|---|
.. | ||
ArbitrarySubstitutionFunctions.cpp | ||
ArbitrarySubstitutionFunctions.h | ||
ComponentValue.cpp | ||
ComponentValue.h | ||
DescriptorParsing.cpp | ||
Dimension.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 |