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

frivoal has just labeled a pull request from lahmatiy for https://github.com/w3c/csswg-drafts as "css-values-4":

== [css-values-3][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 Friday, 26 July 2019 13:42:21 UTC