LibWeb: Parse CSS timeline-scope property

This commit is contained in:
Callum Law
2026-02-11 22:23:07 +13:00
committed by Jelle Raaijmakers
parent b07a576c22
commit 046dfdd192
Notes: github-actions[bot] 2026-02-11 10:28:54 +00:00
11 changed files with 151 additions and 2 deletions

View File

@@ -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",

View File

@@ -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'

View File

@@ -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