mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
mathvariant attributes should affect computed font style and weight in stylo.
This commit is contained in:
parent
98edf5d54d
commit
8125cf89b4
2 changed files with 19 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue