mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Parse CSS timeline-scope property
This commit is contained in:
committed by
Jelle Raaijmakers
parent
b07a576c22
commit
046dfdd192
Notes:
github-actions[bot]
2026-02-11 10:28:54 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/046dfdd1923 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7884 Reviewed-by: https://github.com/gmta ✅
@@ -277,6 +277,7 @@ All properties associated with getComputedStyle(document.body):
|
||||
"text-decoration-style",
|
||||
"text-decoration-thickness",
|
||||
"text-overflow",
|
||||
"timeline-scope",
|
||||
"top",
|
||||
"touch-action",
|
||||
"transform",
|
||||
|
||||
@@ -780,6 +780,8 @@ All supported properties and their default values exposed from CSSStylePropertie
|
||||
'text-wrap-mode': 'wrap'
|
||||
'textWrapStyle': 'auto'
|
||||
'text-wrap-style': 'auto'
|
||||
'timelineScope': 'none'
|
||||
'timeline-scope': 'none'
|
||||
'top': 'auto'
|
||||
'touchAction': 'auto'
|
||||
'touch-action': 'auto'
|
||||
|
||||
@@ -275,6 +275,7 @@ text-decoration-color: rgb(0, 0, 0)
|
||||
text-decoration-style: solid
|
||||
text-decoration-thickness: auto
|
||||
text-overflow: clip
|
||||
timeline-scope: none
|
||||
top: auto
|
||||
touch-action: auto
|
||||
transform: none
|
||||
|
||||
Reference in New Issue
Block a user