style: Sync some other changes.

This commit is contained in:
Emilio Cobos Álvarez 2020-04-16 16:49:13 +02:00
parent 7ec0e56848
commit 7c96aed31d
3 changed files with 3 additions and 2 deletions

View file

@ -107,7 +107,7 @@ ${helpers.single_keyword(
"""normal multiply screen overlay darken lighten color-dodge
color-burn hard-light soft-light difference exclusion hue
saturation color luminosity""",
gecko_constant_prefix="NS_STYLE_BLEND",
gecko_enum_prefix="StyleBlend",
vector=True,
engines="gecko",
animation_value_type="discrete",

View file

@ -573,6 +573,7 @@ ${helpers.single_keyword(
"backface-visibility",
"visible hidden",
engines="gecko servo-2013 servo-2020",
gecko_enum_prefix="StyleBackfaceVisibility",
spec="https://drafts.csswg.org/css-transforms/#backface-visibility-property",
extra_prefixes=transform_extra_prefixes,
animation_value_type="discrete",

View file

@ -83,7 +83,7 @@ ${helpers.single_keyword(
color-burn hard-light soft-light difference exclusion hue
saturation color luminosity""",
engines="gecko servo-2013 servo-2020",
gecko_constant_prefix="NS_STYLE_BLEND",
gecko_enum_prefix="StyleBlend",
animation_value_type="discrete",
flags="CREATES_STACKING_CONTEXT",
spec="https://drafts.fxtf.org/compositing/#propdef-mix-blend-mode",