Skip to content

Commit 49c0aae

Browse files
committed
[css-backgrounds-3] s/not allowed/invalid/
1 parent 92ca426 commit 49c0aae

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

css-backgrounds-3/Overview.bs

+13-10
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ layer.
959959
neither an intrinsic width nor an intrinsic height, its size is
960960
determined as for ''contain''.
961961

962-
<p>Negative values are not allowed.
962+
<p>Negative values are invalid.
963963
</dd>
964964
</dl>
965965

@@ -1663,7 +1663,7 @@ are not specified, but the values are constant throughout a
16631663
<span>document</span> and thin &le; medium &le; thick. A UA could,
16641664
e.g., make the thickness depend on the ''medium'' font size: one
16651665
choice might be 1, 3 &amp; 5px when the ''medium'' font size is 17px or
1666-
less. Negative values are not allowed.
1666+
less. Negative values are invalid.
16671667

16681668
<p>The 'border-width' property is a shorthand property for setting
16691669
'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.
18831883
If either length is zero, the corner is square, not rounded.
18841884
Percentages for the horizontal radius refer to the width of the
18851885
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.
18871887

18881888
<div class="figure">
18891889
<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.
23272327
i.e., treated as empty.)
23282328
</dl>
23292329

2330-
<p>Negative values are not allowed.
2330+
<p>Negative values are invalid.
23312331
Computed values larger than the size of the image are interpreted as ''100%''.
23322332

23332333
<p>The regions given by the 'border-image-slice' values may overlap.
@@ -2421,7 +2421,7 @@ Values have the following meanings:</p>
24212421
instead.
24222422
</dl>
24232423

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.
24252425

24262426
<p>If two opposite 'border-image-width' offsets are large enough that
24272427
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.
24882488
<dd>Represents an outset of the specified multiple of the corresponding computed <a href="#the-border-width">border-width</a>.
24892489
</dl>
24902490

2491-
<p>Negative values are not allowed.
2491+
<p>Negative values are invalid.
24922492

24932493
<p>Portions of the border-image that are rendered outside the border
24942494
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
27532753

27542754
<dt><dfn id="shadow-blur-radius">3rd <<length [0,&infin;]>></dfn>
27552755
<dd>Specifies the <dfn>blur radius</dfn>.
2756-
Negative values are not allowed.
2756+
Negative values are invalid.
27572757
If the blur value is zero, the shadow’s edge is sharp.
27582758
Otherwise, the larger the value, the more the shadow’s edge is blurred.
27592759
See <a href="#shadow-blur">Shadow Blurring</a>, below.
@@ -3090,7 +3090,10 @@ Changes since the 17 October 2017 Candidate Recommendation</h3>
30903090
in the property definition tables.
30913091
<li>
30923092
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.
30943097
</ul>
30953098

30963099
<h3 id="changes-2014-09">
@@ -3187,10 +3190,10 @@ review period. For details, see the full <a href="https://drafts.csswg.org/css-b
31873190
property reset.
31883191

31893192
<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'.
31913194

31923195
<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'.
31943197

31953198
<li><a href="#border-image-tables">Section 6.8</a>: Added a section
31963199
about the effect of 'border-image' on tables with collapsed borders

0 commit comments

Comments
 (0)