mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Parse the scroll-timeline shorthand CSS property
The remaining failing tests in scroll-timeline-shorthand.html are due to either: a) incorrect tests, see web-platform-tests/wpt#56181 or; b) a wider issue where we collapse coordinating value list longhand properties to a single value when we shouldn't.
This commit is contained in:
parent
992b0a4dc6
commit
13ce2d1857
Notes:
github-actions[bot]
2025-11-28 13:26:23 +00:00
Author: https://github.com/Calme1709
Commit: 13ce2d1857
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6912
Reviewed-by: https://github.com/AtkinsSJ ✅
8 changed files with 261 additions and 3 deletions
|
|
@ -499,6 +499,7 @@ private:
|
|||
RefPtr<StyleValue const> parse_position_visibility_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue const> parse_quotes_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue const> parse_single_repeat_style_value(PropertyID, TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue const> parse_scroll_timeline_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue const> parse_scrollbar_color_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue const> parse_scrollbar_gutter_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue const> parse_shadow_value(TokenStream<ComponentValue>&, ShadowStyleValue::ShadowType);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue