[css-flexbox] element vs box

This isn't CSS2.1; please make distinction between elements and boxes.  It
makes a difference, especially as flex items are defined as the children of
flex containers (so what things are flex items depends on whether we're talking
about element child relation or box child relation).

Section 4 in particular seems very confused about this: it says that the
computed value of 'display' is based in part on whether something is a flex
item (implying that it assumes that flex items are elements), but then in the
next sentence says that flex items are boxes; and later says that table anon
box generation occurs before things get promoted to flex items.

Thanks,

pjrm.

Received on Saturday, 25 January 2014 11:07:59 UTC