ladybird/Userland/Libraries/LibWeb/CSS/Parser
Sam Atkins 06eb4a7557 LibWeb: Match math function values to properties in correct order
If a math function resolves to `<length>` or `<percentage>`, then it
will by definition also resolve to `<length-percentage>`. (Same for any
other basic types.) Since we were checking `<length-percentage>` first
and then bailing if no given properties could accept that, math
functions would always fail to match a property that just accepts a non
`-percentage` type.
2023-07-30 14:18:13 +02:00
..
Block.cpp
Block.h
ComponentValue.cpp
ComponentValue.h LibWeb: Introduce and use ComponentValue::is_delim() helper 2023-06-09 20:37:51 +02:00
Declaration.cpp
Declaration.h
DeclarationOrAtRule.cpp
DeclarationOrAtRule.h
Function.cpp
Function.h
Helpers.cpp LibWeb: Move some static functions from CSS/Parser.cpp into a new file 2023-07-11 09:38:37 +03:30
Parser.cpp LibWeb: Match math function values to properties in correct order 2023-07-30 14:18:13 +02:00
Parser.h LibWeb: Allow calc() values in image sizes attribute 2023-07-29 11:58:51 +02:00
ParsingContext.cpp LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2023-07-11 09:38:37 +03:30
Rule.cpp
Rule.h
Token.cpp
Token.h
Tokenizer.cpp
Tokenizer.h
TokenStream.h LibWeb: Add preliminary support for CSS animations 2023-05-29 05:35:41 +02:00