mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
LibWeb: Fix order/formatting of Properties.json
This commit is contained in:
parent
d3009bd568
commit
76611790e9
1 changed files with 9 additions and 8 deletions
|
@ -50,7 +50,8 @@
|
|||
"inherited": false,
|
||||
"initial": "none",
|
||||
"valid-types": [
|
||||
"string", "custom-ident"
|
||||
"string",
|
||||
"custom-ident"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"none"
|
||||
|
@ -794,13 +795,6 @@
|
|||
"number [0,∞]"
|
||||
]
|
||||
},
|
||||
"order": {
|
||||
"inherited": false,
|
||||
"initial": "0",
|
||||
"valid-types": [
|
||||
"integer [-∞,∞]"
|
||||
]
|
||||
},
|
||||
"flex-wrap": {
|
||||
"inherited": false,
|
||||
"initial": "nowrap",
|
||||
|
@ -1412,6 +1406,13 @@
|
|||
"percentage [-∞,∞]"
|
||||
]
|
||||
},
|
||||
"order": {
|
||||
"inherited": false,
|
||||
"initial": "0",
|
||||
"valid-types": [
|
||||
"integer [-∞,∞]"
|
||||
]
|
||||
},
|
||||
"outline": {
|
||||
"affects-layout": false,
|
||||
"inherited": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue