mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02:00
LibWeb: Add scroll-behavior CSS property
To quote the spec: "User agents may ignore this property." So that is what we do.
This commit is contained in:
Notes:
github-actions[bot]
2026-03-16 08:46:13 +00:00
Author: https://github.com/Psychpsyo Commit: https://github.com/LadybirdBrowser/ladybird/commit/80a0a39b792 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8434 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -752,6 +752,8 @@ All supported properties and their default values exposed from CSSStylePropertie
|
||||
'rx': 'auto'
|
||||
'ry': 'auto'
|
||||
'scale': 'none'
|
||||
'scrollBehavior': 'auto'
|
||||
'scroll-behavior': 'auto'
|
||||
'scrollTimeline': 'none'
|
||||
'scroll-timeline': 'none'
|
||||
'scrollTimelineAxis': 'block'
|
||||
|
||||
Reference in New Issue
Block a user