mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibWeb: Implement CSS 'isolation' property
This commit is contained in:
Notes:
github-actions[bot]
2025-01-13 11:08:57 +00:00
Author: https://github.com/Psychpsyo Commit: https://github.com/LadybirdBrowser/ladybird/commit/7757df5bb5f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3221 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user