- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Sep 2022 20:04:44 +0000
- To: public-css-archive@w3.org
emilio has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-overflow] Is continue: discard working in the fragment tree useful? == The main usefulness of it is clipping overflowing content from e.g. `line-clamp`, but it seems it'd be easier (and more compatible with how `-webkit-line-clamp` works now) if this behaved more like `visibility: hidden` (i.e., stop painting them) rather than `display: none` on the overflowing items? It'd also be easier to implement, generally, and I'm not sure when it'd be less useful. It might be that I'm missing something obvious? cc @bfgeek @frivoal @fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7708 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 7 September 2022 20:04:46 UTC