mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-16 21:20:18 +00:00
LibWeb: Parse the anchor-scope
property
This commit is contained in:
parent
85a15ea1d4
commit
03fa367d9d
Notes:
github-actions[bot]
2025-10-07 10:31:24 +00:00
Author: https://github.com/tcl3
Commit: 03fa367d9d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6363
Reviewed-by: https://github.com/AtkinsSJ ✅
10 changed files with 125 additions and 2 deletions
|
@ -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>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue