mathvariant attributes should affect computed font style and weight in stylo.

This commit is contained in:
Boris Zbarsky 2017-05-24 14:23:03 -04:00
parent 98edf5d54d
commit 8125cf89b4
2 changed files with 19 additions and 1 deletions

View file

@ -2191,7 +2191,7 @@ ${helpers.single_keyword("-moz-math-display",
need_clone="True")}
${helpers.single_keyword("-moz-math-variant",
"""normal bold italic bold-italic script bold-script
"""none normal bold italic bold-italic script bold-script
fraktur double-struck bold-fraktur sans-serif
bold-sans-serif sans-serif-italic sans-serif-bold-italic
monospace initial tailed looped stretched""",
@ -2200,6 +2200,7 @@ ${helpers.single_keyword("-moz-math-variant",
products="gecko",
spec="Internal (not web-exposed)",
animation_value_type="none",
need_clone="True",
needs_conversion=True)}
<%helpers:longhand name="-moz-script-min-size" products="gecko" animation_value_type="none"