mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
||||
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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue