Skip to content

Commit 37c01a4

Browse files
committed
[css-display] Normatively define what was in the previous note: that run-in fixup occurs before first line determination.
1 parent 5d10db8 commit 37c01a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css-display/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,11 @@ Run-In Layout</h2>
780780
or to have out-of-flow boxes impede the running-in of earlier boxes.
781781
Implementers and authors are encouraged to contact the CSSWG if they have a preferred behavior, as this one was picked somewhat at random.
782782

783-
This fixup occurs before the anonymous block and inline box fixup described in <a href="https://www.w3.org/TR/CSS21/visuren.html#box-gen">CSS2&sect;9.2</a>.
783+
This fixup occurs before the anonymous block and inline box fixup described in <a href="https://www.w3.org/TR/CSS21/visuren.html#box-gen">CSS2&sect;9.2</a>,
784+
and affects the determination of the <a>first formatted line</a>
785+
of the affected elements
786+
as if the <a>run-in sequence</a> were originally
787+
in its final location in the box tree.
784788

785789
Note: As the earliest run-in represents the first text on the <a>first formatted line</a> of its containing block,
786790
a ''::first-letter'' pseudo-element applied to that block element

0 commit comments

Comments
 (0)