LibWeb: Quote all initial values in Properties.json

This is in preparation for parsing these into StyleValues automatically.
Having them all be Strings makes the generation code simpler.
This commit is contained in:
Sam Atkins 2021-08-16 17:09:34 +01:00 committed by Andreas Kling
commit 543550d1df
Notes: sideshowbarker 2024-07-18 05:18:35 +09:00

View file

@ -72,11 +72,11 @@
"inherited": false
},
"border-bottom-left-radius": {
"initial": 0,
"initial": "0",
"inherited": false
},
"border-bottom-right-radius": {
"initial": 0,
"initial": "0",
"inherited": false
},
"border-bottom-style": {
@ -148,11 +148,11 @@
"inherited": false
},
"border-top-left-radius": {
"initial": 0,
"initial": "0",
"inherited": false
},
"border-top-right-radius": {
"initial": 0,
"initial": "0",
"inherited": false
},
"border-top-style": {
@ -230,11 +230,11 @@
},
"flex-grow": {
"inherited": false,
"initial": 0
"initial": "0"
},
"flex-shrink": {
"inherited": false,
"initial": 1
"initial": "1"
},
"flex-wrap": {
"inherited": false,
@ -354,7 +354,7 @@
},
"opacity": {
"inherited": false,
"initial": 1
"initial": "1"
},
"overflow": {
"longhands": [