aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspicylemonhaha <81058033+spicylemonhaha@users.noreply.github.com>2022-03-11 01:53:19 +0800
committerGitHub <noreply@github.com>2022-03-11 01:53:19 +0800
commitebf114acd91c0c7af587b34604af288538666fba (patch)
treef46a99a73f41f2c28c5e1a90ca4ecc238f457490
parent0016c74a9255332c793969dd194d5c4809e7f452 (diff)
downloadtranslated-content-ebf114acd91c0c7af587b34604af288538666fba.tar.gz
translated-content-ebf114acd91c0c7af587b34604af288538666fba.tar.bz2
translated-content-ebf114acd91c0c7af587b34604af288538666fba.zip
update translation (#4389)
Translation error
-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 cf499c2bd8..4909a95b04 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
@@ -18,7 +18,7 @@ translation_of: Web/CSS/CSS_Flow_Layout/Intro_to_formatting_contexts
<h3 id="创建新的块格式上下文">创建新的块格式上下文</h3>
-<p>{{HTMLElement("html")}} 元素不是唯一能够创建块格式上下文的元素。默认为块布局的任何元素也会为其后代元素创建块格式上下文。此外,还有一些CSS属性可以使元素创建一个BFC,即使默认情况下它不这样做。</p>
+<p>{{HTMLElement("html")}} 元素不是唯一能够创建块格式上下文的元素。任何块级元素都可以通过应用某些CSS属性来创建一个BFC</p>
<p>除了文档的根元素({{HTMLElement("html")}}) 之外,还将在以下情况下创建一个新的BFC:</p>