mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb/CSS: Parse and propagate font-variation-settings property
This commit is contained in:
parent
1a127c9d37
commit
55812aaed2
Notes:
github-actions[bot]
2024-10-02 15:37:43 +00:00
Author: https://github.com/AtkinsSJ
Commit: 55812aaed2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1599
8 changed files with 102 additions and 2 deletions
|
@ -307,6 +307,7 @@ private:
|
|||
RefPtr<CSSStyleValue> parse_font_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_font_family_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_font_language_override_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_font_variation_settings_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_list_style_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_math_depth_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_overflow_value(TokenStream<ComponentValue>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue