mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00
LibWeb/CSS: Parse the paint-order
property
This commit is contained in:
parent
1052ee20b0
commit
a87a9156d5
Notes:
github-actions[bot]
2025-08-28 09:32:32 +00:00
Author: https://github.com/tcl3
Commit: a87a9156d5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5977
Reviewed-by: https://github.com/AtkinsSJ ✅
25 changed files with 376 additions and 17 deletions
|
@ -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>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue