mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 18:58:56 +00:00
LibWeb: Implement CSS 'isolation' property
This commit is contained in:
parent
4e1aa96dce
commit
7757df5bb5
Notes:
github-actions[bot]
2025-01-13 11:08:57 +00:00
Author: https://github.com/Psychpsyo
Commit: 7757df5bb5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3221
Reviewed-by: https://github.com/AtkinsSJ ✅
11 changed files with 134 additions and 73 deletions
|
@ -1,6 +1,6 @@
|
|||
All supported properties and their default values exposed from CSSStyleDeclaration from getComputedStyle:
|
||||
'cssText': ''
|
||||
'length': '213'
|
||||
'length': '214'
|
||||
'parentRule': 'null'
|
||||
'cssFloat': 'none'
|
||||
'WebkitAlignContent': 'normal'
|
||||
|
@ -384,6 +384,7 @@ All supported properties and their default values exposed from CSSStyleDeclarati
|
|||
'inset-inline-end': 'auto'
|
||||
'insetInlineStart': 'auto'
|
||||
'inset-inline-start': 'auto'
|
||||
'isolation': 'auto'
|
||||
'justifyContent': 'normal'
|
||||
'justify-content': 'normal'
|
||||
'justifyItems': 'legacy'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue