@@ -959,7 +959,7 @@ layer.
959
959
neither an intrinsic width nor an intrinsic height, its size is
960
960
determined as for ''contain'' .
961
961
962
- <p> Negative values are not allowed .
962
+ <p> Negative values are invalid .
963
963
</dd>
964
964
</dl>
965
965
@@ -1663,7 +1663,7 @@ are not specified, but the values are constant throughout a
1663
1663
<span> document</span> and thin ≤ medium ≤ thick. A UA could,
1664
1664
e.g., make the thickness depend on the ''medium'' font size: one
1665
1665
choice might be 1, 3 & 5px when the ''medium'' font size is 17px or
1666
- less. Negative values are not allowed .
1666
+ less. Negative values are invalid .
1667
1667
1668
1668
<p> The 'border-width' property is a shorthand property for setting
1669
1669
'border-top-width' , 'border-right-width' , 'border-bottom-width' , and 'border-left-width'
@@ -1883,7 +1883,7 @@ radius. If the second value is omitted it is copied from the first.
1883
1883
If either length is zero, the corner is square, not rounded.
1884
1884
Percentages for the horizontal radius refer to the width of the
1885
1885
border box, whereas percentages for the vertical radius refer to
1886
- the height of the border box. Negative values are not allowed .
1886
+ the height of the border box. Negative values are invalid .
1887
1887
1888
1888
<div class="figure">
1889
1889
<p><img alt="Diagram of the inscribed ellipse" src="images/corner.png">
@@ -2327,7 +2327,7 @@ they apply to the top, right, bottom, and left, respectively.
2327
2327
i.e., treated as empty.)
2328
2328
</dl>
2329
2329
2330
- <p> Negative values are not allowed .
2330
+ <p> Negative values are invalid .
2331
2331
Computed values larger than the size of the image are interpreted as ''100%'' .
2332
2332
2333
2333
<p> The regions given by the 'border-image-slice' values may overlap.
@@ -2421,7 +2421,7 @@ Values have the following meanings:</p>
2421
2421
instead.
2422
2422
</dl>
2423
2423
2424
- <p> Negative values are not allowed for any 'border-image-width' values.
2424
+ <p> Negative values are invalid for any 'border-image-width' values.
2425
2425
2426
2426
<p> If two opposite 'border-image-width' offsets are large enough that
2427
2427
they overlap, then the used values of all 'border-image-width' offsets
@@ -2488,7 +2488,7 @@ they apply to the top, right, bottom, and left, respectively.
2488
2488
<dd> Represents an outset of the specified multiple of the corresponding computed <a href="#the-border-width">border-width</a> .
2489
2489
</dl>
2490
2490
2491
- <p> Negative values are not allowed .
2491
+ <p> Negative values are invalid .
2492
2492
2493
2493
<p> Portions of the border-image that are rendered outside the border
2494
2494
box do not trigger scrolling. Also such portions are invisible to mouse
@@ -2753,7 +2753,7 @@ has been moved to the <a href="https://www.w3.org/TR/css3-break/">CSS Fragmentat
2753
2753
2754
2754
<dt> <dfn id="shadow-blur-radius">3rd <<length [0,∞]>></dfn>
2755
2755
<dd> Specifies the <dfn>blur radius</dfn> .
2756
- Negative values are not allowed .
2756
+ Negative values are invalid .
2757
2757
If the blur value is zero, the shadow’s edge is sharp.
2758
2758
Otherwise, the larger the value, the more the shadow’s edge is blurred.
2759
2759
See <a href="#shadow-blur">Shadow Blurring</a> , below.
@@ -3090,7 +3090,10 @@ Changes since the 17 October 2017 Candidate Recommendation</h3>
3090
3090
in the property definition tables.
3091
3091
<li>
3092
3092
Changed syntax to use <a>bracketed range notation</a>
3093
- to reflect the prose restrictions on negative values.
3093
+ to reflect the prose restrictions on negative values,
3094
+ and corrected a few grammar definition errors introduced in the previous publication.
3095
+ <li>
3096
+ Minor editorial improvements.
3094
3097
</ul>
3095
3098
3096
3099
<h3 id="changes-2014-09">
@@ -3187,10 +3190,10 @@ review period. For details, see the full <a href="https://drafts.csswg.org/css-b
3187
3190
property reset.
3188
3191
3189
3192
<li> <a href="#the-border-width">Section 4.3</a> : Added that negative
3190
- lengths are not allowed on 'border-width' .
3193
+ lengths are invalid on 'border-width' .
3191
3194
3192
3195
<li> <a href="#the-border-radius">Section 5.1</a> : Added that
3193
- negative lengths are not allowed on 'border-radius' .
3196
+ negative lengths are invalid on 'border-radius' .
3194
3197
3195
3198
<li> <a href="#border-image-tables">Section 6.8</a> : Added a section
3196
3199
about the effect of 'border-image' on tables with collapsed borders
0 commit comments