- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 28 Apr 2020 23:36:27 +0000
- To: public-css-archive@w3.org
As far as I can tell, this request is based on using `overflow:hidden` to force a containing to become a BFC so it'll clearfix. Since we (a) have better ways to force a BFC now that don't interact badly with `position:sticky` (such as `display: flow-root;`), and (b) rarely if ever need to clearfix now (since that's mostly an artifact of float-based layouts), I think we can safely close this as no change. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/865#issuecomment-620909167 using your GitHub account
Received on Tuesday, 28 April 2020 23:36:29 UTC