Commit 6424074
authored
[css-values-4] Fix example in Property Value Examples
- Replaced `text-shadow` for `box-shadow` since `text-shadow` has no `inset` component
- Removed unnecessary grouping ([<shadow> definition](https://drafts.csswg.org/css-backgrounds/#typedef-shadow))
According to spec, the order of terms should be `none | [ <color>? && <length>{2,4} && inset? ]#`. However, left it as is since it's not a big deal.1 parent db96979 commit 6424074
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
346 | | - | |
| 345 | + | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
0 commit comments