A floating box's outer top may not be higher than the top of its containing block. When the float occurs between two collapsing margins, the float is positioned as if it had an otherwise empty anonymous block parent taking part in the flow. The position of such a parent is defined by the rules in the section on margin collapsing.
请问加粗的那句如何理解?
empty anonymous block parent 会被 collapse through,也就是变 float 脱离流之后原来位置的其它 in flow 元素按正常方式重新计算 collapse。