Skip to content

Commit 41264f8

Browse files
FormularSumosvgeesus
authored andcommitted
Replace <geometry-box> with <coord-box> mask-origin & mask-clip (w3c#525)
This edit should have been part of w3c#5. Fixes w3c#439.
1 parent 959fa7b commit 41264f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-masking-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ See the section <a href="#layering">“Layering multiple mask layer images”</a
617617

618618
<pre class=propdef>
619619
Name: mask-clip
620-
Value: [ <<geometry-box>> | no-clip ]#
620+
Value: [ <<coord-box>> | no-clip ]#
621621
Initial: border-box
622622
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
623623
Inherited: no
@@ -667,7 +667,7 @@ See the section <a href="#layering">“Layering multiple mask layer images”</a
667667

668668
<pre class=propdef>
669669
Name: mask-origin
670-
Value: <<geometry-box>>#
670+
Value: <<coord-box>>#
671671
Initial: border-box
672672
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
673673
Inherited: no

0 commit comments

Comments
 (0)