[csswg-drafts] [css-text-decor] Add longhands for `text-shadow` (#8560)

SebastianZ has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-text-decor] Add longhands for `text-shadow` ==
As discussed in #4431, the `text-shadow` property should be turned into a shorthand like it was [done with `box-shadow`](https://github.com/w3c/csswg-drafts/pull/6083).

Taking the proposed syntax from the other issue and the one used for `box-shadow`, the longhands may look like this:

```abnf
text-shadow-offset: none | <length>{2}#
text-shadow-color: <color>#
text-shadow-blur: <length [0,∞]>#
text-shadow-spread: <length>#
text-shadow: <single-text-shadow>#
<single-text-shadow>: <'text-shadow-color'>? && \
          [ <'text-shadow-offset'> [ <'text-shadow-blur'> <'text-shadow-spread'>? ]? ]
```

Sebastian

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8560 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 11 March 2023 00:03:55 UTC