Re: [csswg-drafts] [css-display] Blockifications should establish BFC in block containers

OK, let's restrict my proposal. I think the spec should say

> For legacy reasons, if an `inline flow-root` element (aka `inline-block`) is blockified, it becomes a `block flow` element. For consistency, a `run-in flow-root` element also blockifies to `block flow`. However, the generated block container establishes an independent formatting context, so that the `flow-root` nature is not lost.

So a blockified `block flow` is not necessarily a BFC root, but blockified `inline flow-root` and `run-in flow-root` must be.

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

Received on Wednesday, 23 May 2018 13:26:50 UTC