You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: files/en-us/web/css/reference/properties/mix-blend-mode/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,9 +79,9 @@ mix-blend-mode: unset;
79
79
- {{cssxref("<blend-mode>")}}
80
80
- : The blending mode that should be applied.
81
81
- `plus-darker`
82
-
- : Blending using the [_plus-darker_ compositing operator](https://drafts.fxtf.org/compositing/#porterduffcompositingoperators_plus_darker).
82
+
- : Blending using the [_plus-darker_ compositing operator](https://drafts.csswg.org/compositing-2/#porterduffcompositingoperators_plus_darker).
83
83
- `plus-lighter`
84
-
- : Blending using the [_plus-lighter_ compositing operator](https://drafts.fxtf.org/compositing/#porterduffcompositingoperators_plus_lighter). Useful for cross-fade effects (prevents unwanted blinking when two overlaying elements animate their opacity in opposite directions).
84
+
- : Blending using the [_plus-lighter_ compositing operator](https://drafts.csswg.org/compositing-2/#porterduffcompositingoperators_plus_lighter). Useful for cross-fade effects (prevents unwanted blinking when two overlaying elements animate their opacity in opposite directions).
0 commit comments