Re: [csswg-drafts] [css-overflow][css-text-decor] should text-decoration include ellipsis? (#6531)

A possibly-related question: should `text-decoration` apply to hyphens inserted at soft-hyphenation positions (whether via explicit `­` or auto-hyphenation)? It seems to me that soft-hyphen and ellipsis should probably have similar behavior in this regard.

Testing current browsers with
```
data:text/html,<p lang="en-US" style="width:5em;font:40px/2 serif;text-decoration:underline;text-decoration-style:wavy;-webkit-hyphens:auto;hyphens:auto;">supercalifragilistic expialidocious
```
indicates that:
* Firefox - **does not** extend the text-decoration to the hyphen glyph
* Safari - **does** extend the text-decoration to the hyphen glyph
* Chrome - **does** extend the text-decoration to the hyphen glyph, but with an ugly discontinuity

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


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

Received on Wednesday, 23 March 2022 17:18:21 UTC