style: Change NS_STYLE_MATH_STYLE_* macros to enum StyleMathStyle

Differential Revision: https://phabricator.services.mozilla.com/D160016
This commit is contained in:
sskcvqikf 2022-10-24 17:47:34 +00:00 committed by Martin Robinson
parent 8149cd4a0c
commit 8dcf5cddca

View file

@ -269,6 +269,7 @@ ${helpers.single_keyword(
"math-style",
"normal compact",
engines="gecko",
gecko_enum_prefix="StyleMathStyle",
gecko_pref="layout.css.math-style.enabled",
spec="https://mathml-refresh.github.io/mathml-core/#the-math-style-property",
has_effect_on_gecko_scrollbars=False,