Skip to content

Commit a1a0ec7

Browse files
committed
Correct example 17, auto->match-source. Fix w3c#6578
1 parent cb38950 commit a1a0ec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)