aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/zh-cn/web/css/css_flow_layout/intro_to_formatting_contexts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/css_flow_layout/intro_to_formatting_contexts/index.html b/files/zh-cn/web/css/css_flow_layout/intro_to_formatting_contexts/index.html
index 8b9acd760f..cf499c2bd8 100644
--- a/files/zh-cn/web/css/css_flow_layout/intro_to_formatting_contexts/index.html
+++ b/files/zh-cn/web/css/css_flow_layout/intro_to_formatting_contexts/index.html
@@ -23,7 +23,7 @@ translation_of: Web/CSS/CSS_Flow_Layout/Intro_to_formatting_contexts
<p>除了文档的根元素({{HTMLElement("html")}}) 之外,还将在以下情况下创建一个新的BFC:</p>
<ul>
- <li>使用{{cssxref("float")}} 时其浮动的元素</li>
+ <li>使用{{cssxref("float")}} 使其浮动的元素</li>
<li>绝对定位的元素 (包含 {{cssxref("position", "position: fixed", "#fixed")}} 或{{cssxref("position", "position: sticky", "#sticky")}}</li>
<li>使用以下属性的元素 {{cssxref("display", "display: inline-block", "#inline-block")}}</li>
<li>表格单元格或使用 <code>display: table-cell</code>, 包括使用 <code>display: table-*</code> 属性的所有表格单元格</li>