[csswg-drafts] Pull Request: [css-values-4] Fix example in Property Value Examples

lahmatiy has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [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.

See https://github.com/w3c/csswg-drafts/pull/4081

Received on Wednesday, 3 July 2019 11:19:00 UTC