Skip to content

Commit 7262158

Browse files
committed
[css-pseudo-4] Wording tweak
1 parent 05e463d commit 7262158

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-pseudo-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Finding the First Formatted Line</h4>
122122

123123
* The <dfn export>first formatted line</dfn> of
124124
a [=block container=] that establishes an [=inline formatting context=]
125-
contains the [=inline-level=] content of its first [=line box=].
125+
represents the [=inline-level=] content of its first [=line box=].
126126
* The [=first formatted line=] of
127127
a [=block container=] or [=multi-column container=]
128128
that contains [=block-level=] content
@@ -140,7 +140,7 @@ Finding the First Formatted Line</h4>
140140
and will not be affected by ''p::first-line''.
141141

142142
Note: The first line of a [=block container=]
143-
that does not participate in a [=block formatting context=]
143+
that does not itself participate in a [=block formatting context=]
144144
cannot be the first formatted line of an ancestor element.
145145
Thus, in <code class="lang-markup">&lt;DIV&gt;&lt;P STYLE="display: inline-block"&gt;Hello&lt;BR&gt;Goodbye&lt;/P&gt; etcetera&lt;/DIV&gt;</code>
146146
the first formatted line of the <code>DIV</code> is not the line “Hello”,

0 commit comments

Comments
 (0)