Re: [csswg-drafts] [css-inline] Leading control at start/end of block (#3240)

@fantasai one possible issue could be `ellipsis` as overflow hidden would probably remove parts of the text

```css
  text-oveflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
```
from the faq of https://seek-oss.github.io/capsize/



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


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

Received on Friday, 31 July 2020 08:06:10 UTC