LibWeb: Implement CSS 'contain' property

This commit is contained in:
Psychpsyo 2025-01-18 20:39:26 +01:00 committed by Sam Atkins
commit 67ed676831
Notes: github-actions[bot] 2025-01-28 11:25:39 +00:00
154 changed files with 4200 additions and 117 deletions

View file

@ -1,6 +1,6 @@
All supported properties and their default values exposed from CSSStyleDeclaration from getComputedStyle:
'cssText': ''
'length': '214'
'length': '215'
'parentRule': 'null'
'cssFloat': 'none'
'WebkitAlignContent': 'normal'
@ -261,6 +261,7 @@ All supported properties and their default values exposed from CSSStyleDeclarati
'columnWidth': 'auto'
'column-width': 'auto'
'columns': 'auto'
'contain': 'none'
'content': 'normal'
'contentVisibility': 'visible'
'content-visibility': 'visible'