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
This commit is contained in:
Jonathan Kew 2023-01-06 16:50:14 +00:00 committed by Martin Robinson
parent 2f64ef0d81
commit e51b9b8e1c

View file

@ -445,7 +445,6 @@ class Longhand(Property):
"FontSizeAdjust",
"FontStretch",
"FontStyle",
"FontStyleAdjust",
"FontSynthesis",
"FontVariantEastAsian",
"FontVariantLigatures",