标签: html css
我搜索css1.0和css2.1规范:
css1.0:https://www.w3.org/TR/CSS1/#formatting-model
css2.1:https://www.w3.org/TR/CSS2/visuren.html#normal-flow
我发现css2.1上有BFC(块格式化上下文)。但是,css1.0上没有BFC。我很困惑。前任用css1.0处理边缘崩溃。