mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb/CSS: Implement the caret-color
property
This commit is contained in:
parent
bf15b7ac12
commit
88d35c547c
Notes:
github-actions[bot]
2025-03-09 18:37:22 +00:00
Author: https://github.com/tcl3
Commit: 88d35c547c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3876
16 changed files with 381 additions and 218 deletions
|
@ -1,6 +1,6 @@
|
|||
All supported properties and their default values exposed from CSSStyleDeclaration from getComputedStyle:
|
||||
'cssText': ''
|
||||
'length': '219'
|
||||
'length': '220'
|
||||
'parentRule': 'null'
|
||||
'cssFloat': 'none'
|
||||
'WebkitAlignContent': 'normal'
|
||||
|
@ -245,6 +245,8 @@ All supported properties and their default values exposed from CSSStyleDeclarati
|
|||
'box-sizing': 'content-box'
|
||||
'captionSide': 'top'
|
||||
'caption-side': 'top'
|
||||
'caretColor': 'rgb(0, 0, 0)'
|
||||
'caret-color': 'rgb(0, 0, 0)'
|
||||
'clear': 'none'
|
||||
'clip': 'auto'
|
||||
'clipPath': 'none'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue