Skip to content

Commit c0ad533

Browse files
committed
define blur radius's semantics, disallow negative values
1 parent 17ef84a commit c0ad533

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

css3-text/Overview.src.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2653,9 +2653,12 @@ <h3 id="text-shadow"><span class="secno">8.3</span>
26532653
shadow above the text.</p>
26542654

26552655
<p>A blur radius may optionally be specified after the shadow offset.
2656-
The blur radius is a length value that indicates the boundaries of the
2657-
blur effect. The exact algorithm for computing the blur effect is not
2658-
specified. If the blur radius is not specified, it is equal to zero.</p>
2656+
If the blur radius is not specified, it is equal to zero. The blur
2657+
radius is a length value that indicates the boundaries of the blur
2658+
effect. If it is zero, the shadow is sharp; otherwise the larger
2659+
the value, the more the shadow is blurred. The exact algorithm for
2660+
computing the blur effect is not specified. Negative values are not
2661+
allowed.</p>
26592662

26602663
<p>A color value may optionally be specified before or after the length
26612664
values of the shadow effect. This color value must be used as the color

0 commit comments

Comments
 (0)