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: css-masking-1/Overview.bs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -617,7 +617,7 @@ See the section <a href="#layering">“Layering multiple mask layer images”</a
617
617
618
618
<pre class=propdef>
619
619
Name: mask-clip
620
-
Value: [ <<geometry-box>> | no-clip ]#
620
+
Value: [ <<coord-box>> | no-clip ]#
621
621
Initial: border-box
622
622
Applies to: All elements. In SVG, it applies to <a>container elements</a> excluding the <a element>defs</a> element, all <a>graphics elements</a> and the <a element>use</a> element
623
623
Inherited: no
@@ -667,7 +667,7 @@ See the section <a href="#layering">“Layering multiple mask layer images”</a
667
667
668
668
<pre class=propdef>
669
669
Name: mask-origin
670
-
Value: <<geometry-box>>#
670
+
Value: <<coord-box>>#
671
671
Initial: border-box
672
672
Applies to: All elements. In SVG, it applies to <a>container elements</a> excluding the <a element>defs</a> element, all <a>graphics elements</a> and the <a element>use</a> element
0 commit comments