LibWeb: Parse the anchor-scope property

This commit is contained in:
Tim Ledbetter 2025-10-01 22:08:06 +01:00 committed by Sam Atkins
commit 03fa367d9d
Notes: github-actions[bot] 2025-10-07 10:31:24 +00:00
10 changed files with 125 additions and 2 deletions

View file

@ -423,6 +423,7 @@ private:
RefPtr<StyleValue const> parse_all_as_single_keyword_value(TokenStream<ComponentValue>&, Keyword);
RefPtr<StyleValue const> parse_anchor_name_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue const> parse_anchor_scope_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue const> parse_aspect_ratio_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue const> parse_animation_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue const> parse_background_value(TokenStream<ComponentValue>&);