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
@@ -1527,7 +1529,7 @@ These pieces may be sliced, scaled and stretched in various ways to fit the size
1527
1529
1528
1530
<pre class=propdef>
1529
1531
Name: mask-border-source
1530
-
Value: none | <<image>>
1532
+
Value: <<'border-image-source'>>
1531
1533
Initial: none
1532
1534
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
1533
1535
Inherited: no
@@ -1587,7 +1589,7 @@ The 'mask-mode' and 'mask-type' properties must have no affect on the <a>mask bo
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
1593
1595
Inherited: no
@@ -1612,7 +1614,7 @@ See the 'border-image-slice' property [[!CSS3BG]] for the definitions of the pro
1612
1614
1613
1615
<pre class=propdef>
1614
1616
Name: mask-border-width
1615
-
Value: [ <<length-percentage>> | <<number>> | auto ]{1,4}
1617
+
Value: <<'border-image-width'>>
1616
1618
Initial: auto
1617
1619
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
1618
1620
Inherited: no
@@ -1638,7 +1640,7 @@ Note: For SVG elements without an associated layout box the 'border-width' is co
1638
1640
1639
1641
<pre class=propdef>
1640
1642
Name: mask-border-outset
1641
-
Value: [ <<length>> | <<number>> ]{1,4}
1643
+
Value: <<'border-image-outset'>>
1642
1644
Initial: 0
1643
1645
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
1644
1646
Inherited: no
@@ -1664,7 +1666,7 @@ Note: For SVG elements without associated layout box the 'border-width' is consi
1664
1666
1665
1667
<pre class=propdef>
1666
1668
Name: mask-border-repeat
1667
-
Value: [ stretch | repeat | round | space ]{1,2}
1669
+
Value: <<'border-image-repeat'>>
1668
1670
Initial: stretch
1669
1671
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