LibWeb: Support individual scale CSS property

This commit is contained in:
Andreas Kling
2024-11-22 18:07:16 +01:00
committed by Andreas Kling
parent 66a821e731
commit 9a7c9286c4
Notes: github-actions[bot] 2024-11-22 19:07:43 +00:00
21 changed files with 234 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
All supported properties and their default values exposed from CSSStyleDeclaration from getComputedStyle:
'cssText': ''
'length': '205'
'length': '206'
'parentRule': 'null'
'cssFloat': 'none'
'WebkitAlignContent': 'normal'
@@ -486,6 +486,7 @@ All supported properties and their default values exposed from CSSStyleDeclarati
'row-gap': 'normal'
'rx': 'auto'
'ry': 'auto'
'scale': 'none'
'scrollbarGutter': 'auto'
'scrollbar-gutter': 'auto'
'scrollbarWidth': 'auto'