We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976742e commit 7138498Copy full SHA for 7138498
css-pseudo-4/Overview.bs
@@ -155,7 +155,8 @@ Finding the First Formatted Line</h4>
155
(assuming that both <code>P</code> and <code>DIV</code> are blocks).
156
</div>
157
158
- The first line of a table-cell or inline-block
+ The first line of a [=block container=] which does not participate in a [=block formatting context=]
159
+ (and likewise the first line of a [=table caption=])
160
cannot be the first formatted line of an ancestor element.
161
Thus, in <code><DIV><P STYLE="display: inline-block">Hello<BR>Goodbye</P> etcetera</DIV></code>
162
the first formatted line of the <code>DIV</code> is not the line "Hello".
0 commit comments