[css-display] Notation proposal: 'flow container' (original) (raw)

The term "block container" is misleading. CSS 2.1 defines it as

A block container box either contains only block-level boxes or establishes an inline formatting context and thus contains only inline-level boxes.

However, the name seems to suggest that it can only contain block-level boxes. Probably, that's why CSS Display wrongly (#1185) defines it as

A box whose contents participate in a block formatting context.

So maybe the notation should change. Something like

This would be more consistent with the flow and flow-root keywords.