ladybird/Libraries/LibWeb/CSS/Parser
Callum Law afdde488c3 LibWeb: Correctly parse logical border-*-*-radius shorthands
Builds on #7609 by parsing these properties correctly in the first place
2026-01-25 10:22:10 +01:00
..
ArbitrarySubstitutionFunctions.cpp LibWeb/CSS: Parse number as a type in attr() 2025-12-17 11:53:08 +00:00
ArbitrarySubstitutionFunctions.h LibWeb: Reduce the number of headers CSS Parser.h is included in 2025-11-28 16:15:49 +00:00
ComponentValue.cpp
ComponentValue.h
DescriptorParsing.cpp LibWeb/CSS: Replace resolve_percentage_deprecated() with undeprecated 2025-09-24 16:33:53 +01:00
Dimension.h
ErrorReporter.cpp
ErrorReporter.h
GradientParsing.cpp LibWeb: Store ColorStopListElement::transition_hint as a RefPtr 2026-01-03 02:30:59 +01:00
Helpers.cpp LibWeb/CSS: Make CSSImportRule.media return its own MediaList 2025-12-08 13:30:53 +00:00
MediaParsing.cpp LibWeb: Add method for whether tree-counting function is allowed 2025-10-20 16:12:08 +01:00
Parser.cpp LibWeb: Register and unregister @property rules when added or removed 2026-01-09 10:54:37 +00:00
Parser.h LibWeb: Promote font-style to ValueType 2026-01-13 10:21:26 +00:00
PropertyParsing.cpp LibWeb: Correctly parse logical border-*-*-radius shorthands 2026-01-25 10:22:10 +01:00
RuleContext.cpp LibWeb: Support @-webkit-keyframes as an alias for @keyframes 2026-01-25 09:33:24 +01:00
RuleContext.h
RuleParsing.cpp LibWeb: Support @-webkit-keyframes as an alias for @keyframes 2026-01-25 09:33:24 +01:00
SelectorParsing.cpp LibWeb/CSS: Support legacy selector aliases for pseudo-classes 2025-12-18 14:50:27 +01:00
Syntax.cpp LibWeb: Include PropertyID.h in fewer header files 2025-10-27 14:50:54 +00:00
Syntax.h LibWeb: Include PropertyID.h in fewer header files 2025-10-27 14:50:54 +00:00
SyntaxParsing.cpp LibWeb: Include PropertyID.h in fewer header files 2025-10-27 14:50:54 +00:00
SyntaxParsing.h
Token.cpp
Token.h
Tokenizer.cpp LibWeb: Include "url(" in the original source text of URL tokens 2025-12-10 20:50:02 +01:00
Tokenizer.h LibWeb: Include "url(" in the original source text of URL tokens 2025-12-10 20:50:02 +01:00
TokenStream.h LibWeb/CSS: Expose consumed tokens from TokenStream 2025-12-02 09:49:23 +00:00
Types.cpp LibWeb/CSS: Serialize Supports::Declaration as original representation 2025-12-02 09:49:23 +00:00
Types.h LibWeb/CSS: Serialize Supports::Declaration as original representation 2025-12-02 09:49:23 +00:00
ValueParsing.cpp LibWeb: Promote font-style to ValueType 2026-01-13 10:21:26 +00:00