From e51b9b8e1c5ec2157ab6cbd91bed3b8de8f92caa Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Fri, 6 Jan 2023 16:50:14 +0000 Subject: [PATCH] style: Remove spurious mention of FontStyleAdjust from style/properties/data.py There's no font-style-adjust property, and no FontStyleAdjust type anywhere I can see. So the mention in data.py is redundant (and potentially confusing). Differential Revision: https://phabricator.services.mozilla.com/D166127 --- components/style/properties/data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/data.py b/components/style/properties/data.py index 324879dbcfb..26cc7851c0e 100644 --- a/components/style/properties/data.py +++ b/components/style/properties/data.py @@ -445,7 +445,6 @@ class Longhand(Property): "FontSizeAdjust", "FontStretch", "FontStyle", - "FontStyleAdjust", "FontSynthesis", "FontVariantEastAsian", "FontVariantLigatures",