summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
Diffstat (limited to 'Userland')
-rw-r--r--Userland/Libraries/LibWeb/CSS/Properties.json17
1 files changed, 9 insertions, 8 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/Properties.json b/Userland/Libraries/LibWeb/CSS/Properties.json
index fd9595fb80..8f1981223b 100644
--- a/Userland/Libraries/LibWeb/CSS/Properties.json
+++ b/Userland/Libraries/LibWeb/CSS/Properties.json
@@ -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,