mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-19 16:59:47 +00:00
LibWeb/CSS: Implement the color-scheme CSS property
This commit is contained in:
parent
89296b88a0
commit
ce5cd012b9
Notes:
github-actions[bot]
2025-01-08 11:19:41 +00:00
Author: https://github.com/Gingeh
Commit: ce5cd012b9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3146
Reviewed-by: https://github.com/AtkinsSJ ✅
36 changed files with 618 additions and 370 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue