+I question that a region establishes a BFC or even establishes any kind of formatting context. If a table or flex container is fragmented across multiple regions so that one of the regions in the middle receives only a part of the table layout or the flexbox layout, can that layout really be said to be obeying the rules of some formatting context established by the region? Indeed, if one region is set to be "display:block" and another is set to be "display:flex" and flow runs through them, what is the expected behaviour? Is the fragmented flow rendered as flex layout inside the flex region? Need to review the css3-break spec
0 commit comments