LibWeb/CSS: Set initial value of color property to canvastext
Previously the non-standard value `-libweb-palette-base-text` was used.
This commit is contained in:
parent
bd97442771
commit
58589d6250
Notes:
sideshowbarker
2024-07-17 07:38:17 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/58589d6250 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/442 Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@
|
|||
"affects-layout": false,
|
||||
"animation-type": "by-computed-value",
|
||||
"inherited": true,
|
||||
"initial": "-libweb-palette-base-text",
|
||||
"initial": "canvastext",
|
||||
"valid-types": [
|
||||
"color"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue