1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:07:34 +00:00

LibWeb/CSS: Set "inherited" to false for "clip" property

"clip" should not be inherited.
This commit is contained in:
Aliaksandr Kalenik 2023-08-23 13:48:57 +02:00 committed by Andreas Kling
parent 81d9a6f44a
commit 5896c0ed06

View file

@ -652,7 +652,7 @@
] ]
}, },
"clip": { "clip": {
"inherited": true, "inherited": false,
"initial": "auto", "initial": "auto",
"valid-identifiers": [ "valid-identifiers": [
"auto" "auto"