mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
LibWeb: Parse the view-timeline shorthand CSS property
The remaining failing tests in view-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:
Notes:
github-actions[bot]
2025-11-28 13:25:55 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/6bb7224f4e7 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6912 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -801,6 +801,8 @@ All supported properties and their default values exposed from CSSStylePropertie
|
||||
'user-select': 'auto'
|
||||
'verticalAlign': 'baseline'
|
||||
'vertical-align': 'baseline'
|
||||
'viewTimeline': 'none'
|
||||
'view-timeline': 'none'
|
||||
'viewTimelineAxis': 'block'
|
||||
'view-timeline-axis': 'block'
|
||||
'viewTimelineInset': 'auto'
|
||||
|
||||
Reference in New Issue
Block a user