From aaed7b11f82403308b33e4d7f5c4033cbe6f498c Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 16 Mar 2022 19:11:25 +0100 Subject: [PATCH] LibWeb: Mark all text-decoration* CSS properties as not affecting layout --- Userland/Libraries/LibWeb/CSS/Properties.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Userland/Libraries/LibWeb/CSS/Properties.json b/Userland/Libraries/LibWeb/CSS/Properties.json index cc67da4006..6817448c85 100644 --- a/Userland/Libraries/LibWeb/CSS/Properties.json +++ b/Userland/Libraries/LibWeb/CSS/Properties.json @@ -1228,6 +1228,7 @@ ] }, "text-decoration": { + "affects-layout": false, "inherited": false, "initial": "none", "longhands": [ @@ -1238,6 +1239,7 @@ ] }, "text-decoration-color": { + "affects-layout": false, "inherited": false, "initial": "currentcolor", "valid-types": [ @@ -1258,6 +1260,7 @@ ] }, "text-decoration-style": { + "affects-layout": false, "inherited": false, "initial": "solid", "valid-identifiers": [ @@ -1269,6 +1272,7 @@ ] }, "text-decoration-thickness": { + "affects-layout": false, "inherited": false, "initial": "auto", "valid-types": [