Re: [svgwg] Remove text-decoration-fill and text-decoration-stroke (#610)

> `it is not clear what the difference is to fill and stroke`

The difference is the option to specify a different color (or paint effect) for the text decoration vs the text itself, equivalent to [`text-decoration-color`](https://drafts.csswg.org/css-text-decor-3/#propdef-text-decoration-color).

That said, no one has implemented it yet, and there are issues with the way it is defined (we need a way to specify "use the main text fill/stroke" and also a way to specify "use the `text-decoration-color` value"). 
Placeholder issue for the fill & stroke spec: https://github.com/w3c/fxtf-drafts/issues/254

So it probably makes sense to defer the new properties to the Fill & Stroke spec. ***But,*** we still need to define how `text-decoration-color` interacts with `fill` and `stroke` for SVG text: which one takes precedence?

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/610#issuecomment-445965272 using your GitHub account

Received on Monday, 10 December 2018 20:43:16 UTC