Browse Source

LibHTML: Add the CSS "position" property to CSS/Properties.json

Andreas Kling 5 years ago
parent
commit
e87b9e2d7c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Libraries/LibHTML/CSS/Properties.json

+ 4 - 0
Libraries/LibHTML/CSS/Properties.json

@@ -261,6 +261,10 @@
     "inherited": false,
     "initial": "0"
   },
+  "position": {
+    "inherited": false,
+    "initial": "static"
+  },
   "right": {
     "inherited": false,
     "initial": "auto"