mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Sync some other changes.
This commit is contained in:
parent
7ec0e56848
commit
7c96aed31d
3 changed files with 3 additions and 2 deletions
|
@ -107,7 +107,7 @@ ${helpers.single_keyword(
|
||||||
"""normal multiply screen overlay darken lighten color-dodge
|
"""normal multiply screen overlay darken lighten color-dodge
|
||||||
color-burn hard-light soft-light difference exclusion hue
|
color-burn hard-light soft-light difference exclusion hue
|
||||||
saturation color luminosity""",
|
saturation color luminosity""",
|
||||||
gecko_constant_prefix="NS_STYLE_BLEND",
|
gecko_enum_prefix="StyleBlend",
|
||||||
vector=True,
|
vector=True,
|
||||||
engines="gecko",
|
engines="gecko",
|
||||||
animation_value_type="discrete",
|
animation_value_type="discrete",
|
||||||
|
|
|
@ -573,6 +573,7 @@ ${helpers.single_keyword(
|
||||||
"backface-visibility",
|
"backface-visibility",
|
||||||
"visible hidden",
|
"visible hidden",
|
||||||
engines="gecko servo-2013 servo-2020",
|
engines="gecko servo-2013 servo-2020",
|
||||||
|
gecko_enum_prefix="StyleBackfaceVisibility",
|
||||||
spec="https://drafts.csswg.org/css-transforms/#backface-visibility-property",
|
spec="https://drafts.csswg.org/css-transforms/#backface-visibility-property",
|
||||||
extra_prefixes=transform_extra_prefixes,
|
extra_prefixes=transform_extra_prefixes,
|
||||||
animation_value_type="discrete",
|
animation_value_type="discrete",
|
||||||
|
|
|
@ -83,7 +83,7 @@ ${helpers.single_keyword(
|
||||||
color-burn hard-light soft-light difference exclusion hue
|
color-burn hard-light soft-light difference exclusion hue
|
||||||
saturation color luminosity""",
|
saturation color luminosity""",
|
||||||
engines="gecko servo-2013 servo-2020",
|
engines="gecko servo-2013 servo-2020",
|
||||||
gecko_constant_prefix="NS_STYLE_BLEND",
|
gecko_enum_prefix="StyleBlend",
|
||||||
animation_value_type="discrete",
|
animation_value_type="discrete",
|
||||||
flags="CREATES_STACKING_CONTEXT",
|
flags="CREATES_STACKING_CONTEXT",
|
||||||
spec="https://drafts.fxtf.org/compositing/#propdef-mix-blend-mode",
|
spec="https://drafts.fxtf.org/compositing/#propdef-mix-blend-mode",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue