ladybird/Libraries/LibWeb/CSS/Parser
Callum Law 9b20fe6902 LibWeb: Promote font-style to ValueType
This means we now allow oblique angles when parsing the `font`
shorthand.

This also required us to rename the existing `FontStyle` enum to
`FontStyleKeyword`
2026-01-13 10:21:26 +00: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
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
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: Promote font-style to ValueType 2026-01-13 10:21:26 +00:00
RuleContext.cpp
RuleContext.h
RuleParsing.cpp LibWeb/CSS: Make CSSImportRule.media return its own MediaList 2025-12-08 13:30:53 +00:00
SelectorParsing.cpp LibWeb/CSS: Support legacy selector aliases for pseudo-classes 2025-12-18 14:50:27 +01:00
Syntax.cpp
Syntax.h
SyntaxParsing.cpp
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