[CSS LEARN]详研BFC

203 阅读1分钟

根据测试,最后得出CSS规范中的这句话最为好记:

In this specification, the expression collapsing margins means that adjoining margins (no non-empty content, padding or border areas or clearance separate them) of two or more boxes (which may be next to one another or nested) combine to form a single margin.
所有毗邻的两个或更多盒元素的margin将会合并为一个margin共享之。
毗邻的定义为:同级或者嵌套的盒元素,并且它们之间没有非空内容、Padding或Border分隔。

notes: 同级对应非空,嵌套对应padding,boder