From df6b6ba67567b7fa2b20d6db48b1fa30d3c83075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 6 Jun 2023 23:35:47 +0200 Subject: [PATCH] style: Apply line-height to ::marker Differential Revision: https://phabricator.services.mozilla.com/D136313 --- components/style/properties/data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/data.py b/components/style/properties/data.py index 740815bcb38..17d398b0aaa 100644 --- a/components/style/properties/data.py +++ b/components/style/properties/data.py @@ -889,6 +889,7 @@ class PropertyRestrictions: "unicode-bidi", "direction", "content", + "line-height", "-moz-osx-font-smoothing", ] + PropertyRestrictions.spec(data, "css-fonts")