Skip to content

Commit caa961e

Browse files
committed
[css-masking-1] Just reference border-image property grammars directly. #13681
1 parent 801ab8c commit caa961e

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

css-masking-1/Overview.bs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ spec:css-backgrounds-3; type:property;
5353
text:border-image-repeat
5454
text:border-image-slice
5555
text:border-image-width
56+
text:border-image-source
57+
text:border-image-outset
5658
text:border-radius
5759
text:border-width
5860
spec:css-color-4; type:property
@@ -1527,7 +1529,7 @@ These pieces may be sliced, scaled and stretched in various ways to fit the size
15271529

15281530
<pre class=propdef>
15291531
Name: mask-border-source
1530-
Value: none | <<image>>
1532+
Value: <<'border-image-source'>>
15311533
Initial: none
15321534
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
15331535
Inherited: no
@@ -1587,7 +1589,7 @@ The 'mask-mode' and 'mask-type' properties must have no affect on the <a>mask bo
15871589

15881590
<pre class=propdef>
15891591
Name: mask-border-slice
1590-
Value: [ <<number>> | <<percentage>> ]{1,4} && fill?
1592+
Value: <<'border-image-slice'>>
15911593
Initial: 0
15921594
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
15931595
Inherited: no
@@ -1612,7 +1614,7 @@ See the 'border-image-slice' property [[!CSS3BG]] for the definitions of the pro
16121614

16131615
<pre class=propdef>
16141616
Name: mask-border-width
1615-
Value: [ <<length-percentage>> | <<number>> | auto ]{1,4}
1617+
Value: <<'border-image-width'>>
16161618
Initial: auto
16171619
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
16181620
Inherited: no
@@ -1638,7 +1640,7 @@ Note: For SVG elements without an associated layout box the 'border-width' is co
16381640

16391641
<pre class=propdef>
16401642
Name: mask-border-outset
1641-
Value: [ <<length>> | <<number>> ]{1,4}
1643+
Value: <<'border-image-outset'>>
16421644
Initial: 0
16431645
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
16441646
Inherited: no
@@ -1664,7 +1666,7 @@ Note: For SVG elements without associated layout box the 'border-width' is consi
16641666

16651667
<pre class=propdef>
16661668
Name: mask-border-repeat
1667-
Value: [ stretch | repeat | round | space ]{1,2}
1669+
Value: <<'border-image-repeat'>>
16681670
Initial: stretch
16691671
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
16701672
Inherited: no

0 commit comments

Comments
 (0)