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

OK, here's my proposal:
```
text-decoration-skip-self: auto | skip | no-skip
inherited: no
```
where
* `auto` - skip if this element is an atomic inline
* `skip` - skip this element
* `no-skip` - don't skip this element, even if it's an atomic inline (draw over/under it just like it's a character)

Questions:
* How does stacking work for line-through on non-replaced atomic inlines (since line-through is supposed to be drawn over content, rather than under)?
* Are the keywords appropriate or do we have better suggestions? :)


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


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

Received on Wednesday, 4 May 2022 19:55:44 UTC