summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Properties.json
diff options
context:
space:
mode:
authorEnver Balalic <balalic.enver@gmail.com>2022-03-31 22:11:38 +0200
committerAndreas Kling <kling@serenityos.org>2022-04-02 18:40:32 +0200
commit58398b1e127f1428261f4b86230c411573fb6426 (patch)
treeaeac1a6a98a80c64ce8f022ccd6f71ca301056fa /Userland/Libraries/LibWeb/CSS/Properties.json
parent2377344a892b73258dbcb9ebe327e9356216f8bc (diff)
downloadserenity-58398b1e127f1428261f4b86230c411573fb6426.zip
LibWeb: Implement the flex order CSS property
Adds support for the flex order property and a test page for it on the browser welcome page.
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS/Properties.json')
-rw-r--r--Userland/Libraries/LibWeb/CSS/Properties.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/Properties.json b/Userland/Libraries/LibWeb/CSS/Properties.json
index d1021be84d..b225423ab9 100644
--- a/Userland/Libraries/LibWeb/CSS/Properties.json
+++ b/Userland/Libraries/LibWeb/CSS/Properties.json
@@ -689,6 +689,13 @@
"number"
]
},
+ "order": {
+ "inherited": false,
+ "initial": "0",
+ "valid-types": [
+ "integer"
+ ]
+ },
"flex-wrap": {
"inherited": false,
"initial": "nowrap",