Skip to content

Commit ef3c8fd

Browse files
committed
[css-display] Clarify that run-in sequences can grow as you recurse. Fixes #1639.
1 parent 5e90348 commit ef3c8fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-display-3/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,8 @@ Run-In Layout</h2>
780780
(including the box generated by the ''::before'' pseudo-element, if any).
781781
This step recurses if possible
782782
(so that the run-in effectively becomes
783-
part of the deepest subsequent “paragraph” in its formatting context).
783+
part of the deepest subsequent “paragraph” in its formatting context,
784+
collecting newly-adjacent run-ins as it goes).
784785

785786
The reparented content is then formatted as if originally parented there.
786787
<span class='note'>Note that only layout is affected, not inheritance,

0 commit comments

Comments
 (0)