Re: Intent to implement and ship: CSS display:flow-root

2017-01-09 Thread Mats Palmgren
FYI, Chrome is following our lead and now intend to ship too: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/k9WOAVA5Ewc /Mats ___ dev-platform mailing list dev-platform@lists.mozilla.org

Re: Intent to implement and ship: CSS display:flow-root

2016-12-21 Thread Daniel Holbert
On 12/21/2016 10:57 AM, mtana...@yandex.ru wrote: > Fwiw, there is also a feature request for Edge: > > https://wpdev.uservoice.com/forums/257854/suggestions/17420707 [...] > https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/10152756/ > > For some reason cannot add any of

Re: Intent to implement and ship: CSS display:flow-root

2016-12-21 Thread mtanalin
Fwiw, there is also a feature request for Edge: https://wpdev.uservoice.com/forums/257854/suggestions/17420707 originally posted as a bug (but closed on the ground that the bug tracker is for bugs while feature requests should go to UserVoice):

Re: Intent to implement and ship: CSS display:flow-root

2016-12-21 Thread L. David Baron
On Wednesday 2016-12-21 18:56 +0100, Mats Palmgren wrote: > Summary: > A display:flow-root element generates a block container box, and lays out > its contents using flow layout. It always establishes a new block > formatting context for its contents (per CSS2). > This is intended to make

Intent to implement and ship: CSS display:flow-root

2016-12-21 Thread Mats Palmgren
Summary: A display:flow-root element generates a block container box, and lays out its contents using flow layout. It always establishes a new block formatting context for its contents (per CSS2). This is intended to make "clearfix" hacks unnecessary. The implementation is fairly trivial: it