diff options
author | alexanderhess <Hess.alexander1@web.de> | 2021-03-20 22:09:33 +0100 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-04-03 01:56:43 +0800 |
commit | 24ec0907280950133653b39bb0bd7813e37aa559 (patch) | |
tree | 3d8de198ef878b748a767e1a02cd66dd8240c9eb /files/zh-cn | |
parent | 0c8ab2798f99b631a2952670fc8f39f975373929 (diff) | |
download | translated-content-24ec0907280950133653b39bb0bd7813e37aa559.tar.gz translated-content-24ec0907280950133653b39bb0bd7813e37aa559.tar.bz2 translated-content-24ec0907280950133653b39bb0bd7813e37aa559.zip |
Fixes #199
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/web/css/inline_formatting_context/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/inline_formatting_context/index.html b/files/zh-cn/web/css/inline_formatting_context/index.html index bff3b979d6..581563b890 100644 --- a/files/zh-cn/web/css/inline_formatting_context/index.html +++ b/files/zh-cn/web/css/inline_formatting_context/index.html @@ -18,7 +18,7 @@ translation_of: Web/CSS/Inline_formatting_context <p>{{EmbedGHLiveSample("css-examples/inline-formatting/inline.html", '100%', 720)}}</p> -<p>各个框组成了一行,而该行位于一个称为“行框(line box)”的矩形区域之中。该行框的大小将足以包含该行中所有的行内框(inline boxes);如果一行的空间不够,将在行内方向上新开一行。因此,一个段落实际上是一系列行框的集合,这些行框在块的方向上排列。</p> +<p>各个框组成了一行,而该行位于一个称为“行框(line box)”的矩形区域之中。该行框的大小将足以包含该行中所有的行内框(inline boxes);当行内方向上没有剩余空间时,将会创建新行' or '如果一行的空间不够,将在块方向上新开一行。因此,一个段落实际上是一系列行框的集合,这些行框在块的方向上排列。</p> <p>一个行内框(inline box)被分割到多行中时, margins, borders, 以及 padding 的设定均不会在断裂处生效。 下例中有一个 ({{HTMLElement("span")}}) 元素,它包裹了一系列单词,占据了两行。可以看见在断裂处,<code><span></code> 的 border 同样发生了断裂。</p> |