Skip to content

Commit 1f7d610

Browse files
committed
[css-masking-1] Correct example 17, auto->match-source. Fix w3c/csswg-drafts#6578
1 parent c325288 commit 1f7d610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-masking-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ The 'mask-type' property allows the author of the <a element>mask</a> element to
12541254
&lt;/mask>
12551255
&lt;/svg>
12561256

1257-
&lt;p style="mask-image: url(#mask); mask-mode: auto;">
1257+
&lt;p style="mask-image: url(#mask); mask-mode: match-source;">
12581258
This is the masked content.
12591259
&lt;/p>
12601260
</code></pre>

0 commit comments

Comments
 (0)