aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
authoralexanderhess <Hess.alexander1@web.de>2021-03-24 08:47:21 +0100
committerIrvin <irvinfly@gmail.com>2021-04-03 01:56:43 +0800
commite563c052c5265448a4cdaf51bba181633fe1e1d8 (patch)
treed8f552fbb7d0f7b03436b6bf5a039b2a57ba6c0c /files/zh-cn
parent24ec0907280950133653b39bb0bd7813e37aa559 (diff)
downloadtranslated-content-e563c052c5265448a4cdaf51bba181633fe1e1d8.tar.gz
translated-content-e563c052c5265448a4cdaf51bba181633fe1e1d8.tar.bz2
translated-content-e563c052c5265448a4cdaf51bba181633fe1e1d8.zip
Corrected to one of both solutions
Diffstat (limited to 'files/zh-cn')
-rw-r--r--files/zh-cn/web/css/inline_formatting_context/index.html2
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 581563b890..82ce34da0e 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);当行内方向上没有剩余空间时,将会创建新行' or '如果一行的空间不够,将在块方向上新开一行。因此,一个段落实际上是一系列行框的集合,这些行框在块的方向上排列。</p>
+<p>各个框组成了一行,而该行位于一个称为“行框(line box)”的矩形区域之中。该行框的大小将足以包含该行中所有的行内框(inline boxes);当行内方向上没有剩余空间时,将会创建新行。因此,一个段落实际上是一系列行框的集合,这些行框在块的方向上排列。</p>
<p>一个行内框(inline box)被分割到多行中时, margins, borders, 以及 padding 的设定均不会在断裂处生效。 下例中有一个 ({{HTMLElement("span")}}) 元素,它包裹了一系列单词,占据了两行。可以看见在断裂处,<code>&lt;span&gt;</code> 的 border 同样发生了断裂。</p>