mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
LibWeb: Implement CSS 'contain' property
This commit is contained in:
parent
c53c781745
commit
67ed676831
Notes:
github-actions[bot]
2025-01-28 11:25:39 +00:00
Author: https://github.com/Psychpsyo
Commit: 67ed676831
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3296
Reviewed-by: https://github.com/AtkinsSJ ✅
154 changed files with 4200 additions and 117 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue