From 5896c0ed065b047717151ab81b82afe956bad613 Mon Sep 17 00:00:00 2001 From: Aliaksandr Kalenik Date: Wed, 23 Aug 2023 13:48:57 +0200 Subject: [PATCH] LibWeb/CSS: Set "inherited" to false for "clip" property "clip" should not be inherited. --- Userland/Libraries/LibWeb/CSS/Properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Libraries/LibWeb/CSS/Properties.json b/Userland/Libraries/LibWeb/CSS/Properties.json index e9e2b60fc4..14c846432f 100644 --- a/Userland/Libraries/LibWeb/CSS/Properties.json +++ b/Userland/Libraries/LibWeb/CSS/Properties.json @@ -652,7 +652,7 @@ ] }, "clip": { - "inherited": true, + "inherited": false, "initial": "auto", "valid-identifiers": [ "auto"