Skip to content

Commit 134d360

Browse files
committed
positive -> non-zero
1 parent ff3a463 commit 134d360

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-background/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3773,7 +3773,7 @@ <h3 id=the-box-shadow><span class=secno>6.2. </span>The &lsquo;<a
37733773
zero. (A zero-sized shadow shape would cause an outer shadow to disappear,
37743774
and an inner shadow to cover the entire padding-box.)
37753775

3776-
<p>A positive blur distance indicates that the resulting shadow should be
3776+
<p>A non-zero blur distance indicates that the resulting shadow should be
37773777
blurred, such as by a Gaussian filter. The exact algorithm is not defined;
37783778
however for a long, straight shadow edge, this should create a color
37793779
transition the length of the blur distance that is perpendicular to and

css3-background/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2741,7 +2741,7 @@ <h3 id="the-box-shadow">The 'box-shadow' property</h3>
27412741
floored at zero. (A zero-sized shadow shape would cause an outer shadow
27422742
to disappear, and an inner shadow to cover the entire padding-box.)
27432743

2744-
<p>A positive blur distance indicates that the resulting shadow should
2744+
<p>A non-zero blur distance indicates that the resulting shadow should
27452745
be blurred, such as by a Gaussian filter. The exact algorithm is not
27462746
defined; however for a long, straight shadow edge, this should create
27472747
a color transition the length of the blur distance that is perpendicular

0 commit comments

Comments
 (0)