mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Replace MathML font constants with enum
Differential Revision: https://phabricator.services.mozilla.com/D134802
This commit is contained in:
parent
01e43a8488
commit
e44bedbcda
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ ${helpers.single_keyword(
|
||||||
bold-sans-serif sans-serif-italic sans-serif-bold-italic
|
bold-sans-serif sans-serif-italic sans-serif-bold-italic
|
||||||
monospace initial tailed looped stretched""",
|
monospace initial tailed looped stretched""",
|
||||||
engines="gecko",
|
engines="gecko",
|
||||||
gecko_constant_prefix="NS_MATHML_MATHVARIANT",
|
gecko_enum_prefix="StyleMathMLMathVariant",
|
||||||
gecko_ffi_name="mMathVariant",
|
gecko_ffi_name="mMathVariant",
|
||||||
spec="Internal (not web-exposed)",
|
spec="Internal (not web-exposed)",
|
||||||
animation_value_type="none",
|
animation_value_type="none",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue