LibWeb: Add CSS view-transition-name

This commit is contained in:
Psychpsyo 2025-02-21 17:56:24 +01:00 committed by Sam Atkins
commit c0eb072645
Notes: github-actions[bot] 2025-02-22 14:53:16 +00:00
10 changed files with 78 additions and 5 deletions

View file

@ -1,6 +1,6 @@
All supported properties and their default values exposed from CSSStyleDeclaration from getComputedStyle:
'cssText': ''
'length': '219'
'length': '220'
'parentRule': 'null'
'cssFloat': 'none'
'WebkitAlignContent': 'normal'
@ -589,6 +589,8 @@ All supported properties and their default values exposed from CSSStyleDeclarati
'user-select': 'auto'
'verticalAlign': 'baseline'
'vertical-align': 'baseline'
'viewTransitionName': 'none'
'view-transition-name': 'none'
'visibility': 'visible'
'whiteSpace': 'normal'
'white-space': 'normal'