mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb/CSS: Split out <family-name>
parsing
This type is used individually elsewhere in the spec. This also lets us separate out the `<generic-family>` type.
This commit is contained in:
parent
2e5e5d3816
commit
f8536fc48a
Notes:
github-actions[bot]
2025-03-25 07:55:06 +00:00
Author: https://github.com/AtkinsSJ
Commit: f8536fc48a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4073
3 changed files with 70 additions and 64 deletions
|
@ -379,6 +379,7 @@ private:
|
|||
RefPtr<CSSStyleValue> parse_flex_shorthand_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_flex_flow_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_font_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_family_name_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_font_family_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_font_language_override_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_font_feature_settings_value(TokenStream<ComponentValue>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue