mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 21:49:42 +00:00
LibWeb: Parse corner-*-shape
physical longhands
This commit is contained in:
parent
0bf6014001
commit
814efa9809
Notes:
github-actions[bot]
2025-10-09 09:24:55 +00:00
Author: https://github.com/Calme1709
Commit: 814efa9809
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6425
Reviewed-by: https://github.com/AtkinsSJ ✅
19 changed files with 415 additions and 224 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue