LibWeb: Implement CSS 'isolation' property

This commit is contained in:
Psychpsyo 2025-01-11 01:34:47 +01:00 committed by Sam Atkins
commit 7757df5bb5
Notes: github-actions[bot] 2025-01-13 11:08:57 +00:00
11 changed files with 134 additions and 73 deletions

View file

@ -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'