瀏覽代碼

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

Andreas Kling 5 年之前
父節點
當前提交
e87b9e2d7c
共有 1 個文件被更改,包括 4 次插入0 次删除
  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"