@@ -3720,13 +3720,13 @@ <h3 id=the-box-shadow><span class=secno>6.2. </span>The ‘<a
37203720 < li > The second length is the vertical offset. A positive value offsets the
37213721 shadow down, a negative one up.
37223722
3723- < li > The third length is a blur radius . Negative values are not allowed. If
3724- the blur radius is zero, the shadow's edge is sharp. Otherwise, the
3725- larger the value, the more the shadow's edge is blurred. See below.
3723+ < li > The third length is a blur value . Negative values are not allowed. If
3724+ the blur value is zero, the shadow's edge is sharp. Otherwise, the larger
3725+ the value, the more the shadow's edge is blurred. See below.
37263726
3727- < li > The fourth length is a spread radius . Positive values cause the shadow
3728- shape to expand in all directions by the specified radius. Negative
3729- values cause the shadow shape to contract. See below. < span
3727+ < li > The fourth length is a spread distance . Positive values cause the
3728+ shadow shape to expand in all directions by the specified radius.
3729+ Negative values cause the shadow shape to contract. See below. < span
37303730 class =note > Note that for inner shadows, expanding the shadow (creating
37313731 more shadow area) means contracting the shadow's perimeter shape.</ span >
37323732
@@ -3754,10 +3754,10 @@ <h3 id=the-box-shadow><span class=secno>6.2. </span>The ‘<a
37543754 class =property > border-image</ code > </ a > ’ does not affect the shape of
37553755 the box-shadow.
37563756
3757- < p > If a spread radius is defined, the shadow is expanded outward by an
3758- operation equivalent to applying the absolute value of the spread radius
3759- to a blur operation as defined below and thresholding the result such for
3760- a positive spread radius all non-transparent pixels are given the full
3757+ < p > If a spread distance is defined, the shadow is expanded outward by an
3758+ operation equivalent to applying the absolute value of the spread value as
3759+ a blur operation as defined below and thresholding the result such that
3760+ for a positive spread radius all non-transparent pixels are given the full
37613761 shadow color and for a negative spread radius all non-opaque pixels are
37623762 made transparent. The UA may approximate this operation by taking an
37633763 outward outset of the specified amount normal to the original shadow
@@ -3773,10 +3773,10 @@ <h3 id=the-box-shadow><span class=secno>6.2. </span>The ‘<a
37733773 cause an outer shadow to disappear, and an inner shadow to cover the
37743774 entire padding-box.)
37753775
3776- < p > A positive blur radius indicates that the resulting shadow should be
3776+ < p > A positive blur value 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
3779- transition the length of the blur radius that is perpendicular to and
3779+ transition the length of the blur distance that is perpendicular to and
37803780 centered on the shadow's edge, and that ranges from the full shadow color
37813781 at the radius endpoint inside the shadow to fully transparent at the
37823782 endpoint outside it.
0 commit comments