style: Style system and plumbing for mix-blend-mode: plus-lighter

Differential Revision: https://phabricator.services.mozilla.com/D137951
This commit is contained in:
Emilio Cobos Álvarez 2023-06-06 23:50:15 +02:00 committed by Oriol Brufau
parent ebfbd2d9c0
commit 2a67752418
2 changed files with 2 additions and 1 deletions

View file

@ -111,5 +111,6 @@ ${helpers.single_keyword(
vector=True,
engines="gecko",
animation_value_type="discrete",
gecko_inexhaustive=True,
spec="https://drafts.fxtf.org/compositing/#background-blend-mode",
)}

View file

@ -78,7 +78,7 @@ ${helpers.single_keyword(
"mix-blend-mode",
"""normal multiply screen overlay darken lighten color-dodge
color-burn hard-light soft-light difference exclusion hue
saturation color luminosity""",
saturation color luminosity plus-lighter""",
engines="gecko servo-2013 servo-2020",
gecko_enum_prefix="StyleBlend",
animation_value_type="discrete",