From e87b9e2d7c52f80d90f24c8e445813f7400af990 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 19 Nov 2019 18:20:54 +0100 Subject: [PATCH] LibHTML: Add the CSS "position" property to CSS/Properties.json --- Libraries/LibHTML/CSS/Properties.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Libraries/LibHTML/CSS/Properties.json b/Libraries/LibHTML/CSS/Properties.json index b7d5e0456e..a92a09fdd4 100644 --- a/Libraries/LibHTML/CSS/Properties.json +++ b/Libraries/LibHTML/CSS/Properties.json @@ -261,6 +261,10 @@ "inherited": false, "initial": "0" }, + "position": { + "inherited": false, + "initial": "static" + }, "right": { "inherited": false, "initial": "auto"