mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Style system and plumbing for mix-blend-mode: plus-lighter
Differential Revision: https://phabricator.services.mozilla.com/D137951
This commit is contained in:
parent
ebfbd2d9c0
commit
2a67752418
2 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
)}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue