mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Change NS_STYLE_MATH_STYLE_* macros to enum StyleMathStyle
Differential Revision: https://phabricator.services.mozilla.com/D160016
This commit is contained in:
parent
8149cd4a0c
commit
8dcf5cddca
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ ${helpers.single_keyword(
|
||||||
"math-style",
|
"math-style",
|
||||||
"normal compact",
|
"normal compact",
|
||||||
engines="gecko",
|
engines="gecko",
|
||||||
|
gecko_enum_prefix="StyleMathStyle",
|
||||||
gecko_pref="layout.css.math-style.enabled",
|
gecko_pref="layout.css.math-style.enabled",
|
||||||
spec="https://mathml-refresh.github.io/mathml-core/#the-math-style-property",
|
spec="https://mathml-refresh.github.io/mathml-core/#the-math-style-property",
|
||||||
has_effect_on_gecko_scrollbars=False,
|
has_effect_on_gecko_scrollbars=False,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue