Re: [csswg-drafts] [css-text-decor] How to use decoration skipping to turn off underlines? (#2885)

The easy way to fix this would be to add back an `all` value. The problem with this, and I suspect the reason why it was removed, is that the `text-decoration-skip` properties inherit, and if you specify `all` on a normal element, and then use text decorations on an element inside it, then they'll get blocked by any descendants of that element, which is not expected. 

We'd need to do this using a property that doesn't inherit.

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2885#issuecomment-570044748 using your GitHub account

Received on Wednesday, 1 January 2020 11:16:14 UTC