소스 검색

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"