- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Fri, 02 Sep 2022 19:40:11 +0000
- To: public-css-archive@w3.org
> Recommend that host languages apply `overflow: clip; overflow-clip-margin: content-box` to replaced elements I guess this should be to elements which may be replaced, but independently on whether they are actually replaced? > we can instead add a new initial value to `overflow` (e.g. `normal`) that computes to either `visible` or `clip` See #7435, computed values shouldn't depend on whether an element is replaced. So `normal` should stay as a computed value, and resolve to `visible` or `clip` at used value time. I worry this is not web compatible. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7144#issuecomment-1235839992 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 2 September 2022 19:40:13 UTC