We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee2b90 commit 3e61d16Copy full SHA for 3e61d16
1 file changed
filter-effects-2/Overview.bs
@@ -80,7 +80,7 @@ output as its SourceGraphic.
80
Filter functions must operate in the sRGB color space.
81
82
If the filter functions list includes a <a href="https://drafts.fxtf.org/filter-effects-1/#blurEquivalent">blur()</a>
83
-filter, the filter will be applied with edgeMode="duplicate", with the edge defined by the clipped, transformed border
+filter, the filter will be applied with edgeMode="mirror", with the edge defined by the clipped, transformed border
84
box of the element. See [[#BackdropRoot]].
85
86
Note: The effect of the backdrop-filter will not be visible unless some
0 commit comments