diff options
author | zengshangai <91205790+zengshangai@users.noreply.github.com> | 2022-01-20 12:02:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 12:02:56 +0800 |
commit | a4dcc58036946b7b2c5b8f3e196abfe7d5481b9d (patch) | |
tree | fce85f6decdff3573fe5ff981895f78fc71b9432 /files/zh-cn/web | |
parent | ca6caa9962b87b029c1d937dbb1f8d79612ef22d (diff) | |
download | translated-content-a4dcc58036946b7b2c5b8f3e196abfe7d5481b9d.tar.gz translated-content-a4dcc58036946b7b2c5b8f3e196abfe7d5481b9d.tar.bz2 translated-content-a4dcc58036946b7b2c5b8f3e196abfe7d5481b9d.zip |
typo 时其 -> 使其 (#3736)
Diffstat (limited to 'files/zh-cn/web')
-rw-r--r-- | files/zh-cn/web/css/css_flow_layout/intro_to_formatting_contexts/index.html | 2 |
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> |