mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
LibWeb/CSS: Implement the color-scheme CSS property
This commit is contained in:
Notes:
github-actions[bot]
2025-01-08 11:19:41 +00:00
Author: https://github.com/Gingeh Commit: https://github.com/LadybirdBrowser/ladybird/commit/ce5cd012b99 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3146 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -1,6 +1,6 @@
|
||||
All supported properties and their default values exposed from CSSStyleDeclaration from getComputedStyle:
|
||||
'cssText': ''
|
||||
'length': '212'
|
||||
'length': '213'
|
||||
'parentRule': 'null'
|
||||
'cssFloat': 'none'
|
||||
'WebkitAlignContent': 'normal'
|
||||
@@ -250,6 +250,8 @@ All supported properties and their default values exposed from CSSStyleDeclarati
|
||||
'clipRule': 'nonzero'
|
||||
'clip-rule': 'nonzero'
|
||||
'color': 'rgb(0, 0, 0)'
|
||||
'colorScheme': 'normal'
|
||||
'color-scheme': 'normal'
|
||||
'columnCount': 'auto'
|
||||
'column-count': 'auto'
|
||||
'columnGap': 'normal'
|
||||
|
||||
Reference in New Issue
Block a user