Skip to content

Commit 7cecae0

Browse files
committed
relpos should not affect ::first-line
1 parent 27a883e commit 7cecae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectors3/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2038,7 +2038,7 @@ <h5 id="first-formatted-line"><dfn>First formatted line</dfn> definition in CSS<
20382038

20392039
<p>The first formatted line of an element may occur inside a
20402040
block-level descendant in the same flow (i.e., a block-level
2041-
descendant that is not positioned and not a float). For example,
2041+
descendant that is not out-of-flow due to floating or positioning). For example,
20422042
the first line of the <code>DIV</code> in <code>&lt;DIV>&lt;P>This
20432043
line...&lt;/P>&lt/DIV></code> is the first line of the <code>P</code> (assuming
20442044
that both <code>P</code> and <code>DIV</code> are block-level).

0 commit comments

Comments
 (0)