@@ -3738,17 +3738,17 @@ <h3 id=the-box-shadow><span class=secno>6.2. </span>The ‘<a
37383738 class =property > border-image</ code > </ a > ’ does not affect the shape of
37393739 the box-shadow.
37403740
3741- < p > If a spread radius is defined, it increases the size of the shadow in
3742- the direction normal to the shadow's edge by the specified amount .
3743- However, for corners with a zero border-radius, the corner remains sharp,
3744- i.e. the operation is equivalent to scaling the border-box. The UA may
3745- approximate the transformed shadow perimeter shape by outsetting
3746- (insetting, for inner shadows) the shadow's straight edges by the spread
3747- radius and increasing (decreasing, for inner shadows) and flooring at zero
3748- the corner radii by the same amount. In either case, the effective width
3749- and height of the shadow shape is floored at zero. (A zero-sized shadow
3750- shape would cause an outer shadow to disappear, and an inner shadow to
3751- cover the entire padding-box.)
3741+ < p > If a spread radius is defined, the shadow is expanded by an outward
3742+ outset of the specified amount normal to the original shadow perimeter .
3743+ For corners with a zero border-radius (i.e. where the normal is not
3744+ defined), the corner remains sharp— the operation is equivalent to
3745+ scaling the shadow shape. The UA may approximate the transformed shadow
3746+ perimeter shape by outsetting (insetting, for inner shadows) the shadow's
3747+ straight edges by the spread radius and increasing (decreasing, for inner
3748+ shadows) and flooring at zero the corner radii by the same amount. In
3749+ either case, the effective width and height of the shadow shape is floored
3750+ at zero. (A zero-sized shadow shape would cause an outer shadow to
3751+ disappear, and an inner shadow to cover the entire padding-box.)
37523752
37533753 < p > The blur radius is perpendicular to and centered on the shadow's edge
37543754 and defines a gradient color transition ranging from the full shadow color
0 commit comments