You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-display/Overview.bs
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -780,7 +780,11 @@ Run-In Layout</h2>
780
780
or to have out-of-flow boxes impede the running-in of earlier boxes.
781
781
Implementers and authors are encouraged to contact the CSSWG if they have a preferred behavior, as this one was picked somewhat at random.
782
782
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§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§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.
784
788
785
789
Note: As the earliest run-in represents the first text on the <a>first formatted line</a> of its containing block,
786
790
a ''::first-letter'' pseudo-element applied to that block element
0 commit comments