Skip to content

Commit c9f1bb1

Browse files
committed
Make the run-in recursion explicit, so it's clear the second step doesn't recurse. Fixes #1460.
1 parent f7ff606 commit c9f1bb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css-display/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,9 @@ Run-In Layout</h2>
754754
after its ''::marker'' pseudo-element's boxes (if any),
755755
but preceding any other boxes generated by the contents of the block
756756
(including the box generated by the ''::before'' pseudo-element, if any).
757+
This step recurses if possible
758+
(so that the run-in effectively becomes
759+
part of the deepest subsequent “paragraph” in its formatting context).
757760

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

0 commit comments

Comments
 (0)