LibWeb: Fix order/formatting of Properties.json
This commit is contained in:
parent
d3009bd568
commit
76611790e9
Notes:
sideshowbarker
2024-07-18 00:41:35 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/76611790e9 Pull-request: https://github.com/SerenityOS/serenity/pull/19228 Reviewed-by: https://github.com/awesomekling ✅
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
Reference in a new issue