style: Replace MathML font constants with enum

Differential Revision: https://phabricator.services.mozilla.com/D134802
This commit is contained in:
Neia Finch 2023-06-06 23:30:40 +02:00 committed by Oriol Brufau
parent 01e43a8488
commit e44bedbcda

View file

@ -260,7 +260,7 @@ ${helpers.single_keyword(
bold-sans-serif sans-serif-italic sans-serif-bold-italic
monospace initial tailed looped stretched""",
engines="gecko",
gecko_constant_prefix="NS_MATHML_MATHVARIANT",
gecko_enum_prefix="StyleMathMLMathVariant",
gecko_ffi_name="mMathVariant",
spec="Internal (not web-exposed)",
animation_value_type="none",