LibWeb: Parse corner-*-shape physical longhands

This commit is contained in:
Callum Law 2025-10-08 22:43:27 +13:00 committed by Sam Atkins
commit 814efa9809
Notes: github-actions[bot] 2025-10-09 09:24:55 +00:00
19 changed files with 415 additions and 224 deletions

View file

@ -377,6 +377,7 @@ private:
RefPtr<StyleValue const> parse_light_dark_color_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue const> parse_color_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue const> parse_color_scheme_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue const> parse_corner_shape_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue const> parse_counter_value(TokenStream<ComponentValue>&);
enum class AllowReversed {
No,