LibWeb/CSS: Set the initial value of the appearance property to "none"

This commit is contained in:
Tim Ledbetter 2025-03-22 01:32:36 +00:00 committed by Alexander Kalenik
commit cbf47abd24
Notes: github-actions[bot] 2025-03-22 16:06:09 +00:00
5 changed files with 43 additions and 6 deletions

View file

@ -275,7 +275,7 @@
"appearance": {
"animation-type": "discrete",
"inherited": false,
"initial": "auto",
"initial": "none",
"valid-types": [
"appearance"
]