LibWeb/CSS: Parse the paint-order property

This commit is contained in:
Tim Ledbetter 2025-08-24 15:00:53 +01:00 committed by Sam Atkins
parent 1052ee20b0
commit a87a9156d5
Notes: github-actions[bot] 2025-08-28 09:32:32 +00:00
25 changed files with 376 additions and 17 deletions

View file

@ -454,6 +454,7 @@ private:
RefPtr<StyleValue const> parse_math_depth_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue const> parse_opacity_value(PropertyID property_id, TokenStream<ComponentValue>&);
RefPtr<StyleValue const> parse_overflow_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue const> parse_paint_order_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue const> parse_place_content_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue const> parse_place_items_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue const> parse_place_self_value(TokenStream<ComponentValue>&);