Skip to content

Commit a8aa8df

Browse files
authored
[css-backgrounds-3][editorial] Negative values are invalid for 3rd <shadow> length (#12761)
1 parent eda34fd commit a8aa8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-backgrounds-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3342,7 +3342,7 @@ Border Image Shorthand: the 'border-image' property</h3>
33423342
represented by 2-4 length values, an optional color, and an optional ''box-shadow/inset'' keyword.
33433343
Omitted lengths are 0; omitted colors default to ''currentColor''.
33443344
<pre class=prod>
3345-
<dfn><<shadow>></dfn> = <<color>>? &amp;&amp; [<<length>>{2} <<length [0,&infin;]>>? <<length>>?] &amp;&amp; inset?</pre>
3345+
<dfn><<shadow>></dfn> = <<color>>? &amp;&amp; [ <<length>>{2} [ <<length [0,&infin;]>> <<length>>? ]? ] &amp;&amp; inset?</pre>
33463346

33473347
The components of each <<shadow>> are interpreted as follows:
33483348

@@ -4132,4 +4132,4 @@ Changes Since the 17 December 2009 Candidate Recommendation</h3>
41324132
color-mix-currentcolor-outline-repaint-parent.html
41334133
color-mix-currentcolor-outline-repaint.html
41344134
first-letter-space-not-selected.html
4135-
</wpt>
4135+
</wpt>

0 commit comments

Comments
 (0)