Skip to content

Commit fa64785

Browse files
Fix the mix-blend-mode compositing spec links to the csswg site (mdn#43445)
1 parent a886ef3 commit fa64785

File tree

1 file changed

+2
-2
lines changed
  • files/en-us/web/css/reference/properties/mix-blend-mode

1 file changed

+2
-2
lines changed

files/en-us/web/css/reference/properties/mix-blend-mode/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ mix-blend-mode: unset;
7979
- {{cssxref("<blend-mode>")}}
8080
- : The blending mode that should be applied.
8181
- `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).
8383
- `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).
8585

8686
## Formal definition
8787

0 commit comments

Comments
 (0)