Commit dd8e1be
[css-text-decor-3] Update text-shadow syntax to disallow negative blur radius
The first two length values for `text-shadow` (x and y offsets) are allowed to be negative but the third value (blur) is not.
This behaviour is respected in all major browsers and is tested in WPT, see the second test here: http://wpt.live/css/css-text-decor/text-shadow/parsing/text-shadow-invalid.html1 parent 458ecc1 commit dd8e1be
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
864 | | - | |
| 864 | + | |
865 | 865 | | |
866 | 866 | | |
867 | 867 | | |
| |||
0 commit comments