[css-display] Clarify that run-in sequences can grow as you recurse. … · w3c/csswg-drafts@ef3c8fd (original) (raw)

Original file line number Diff line number Diff line change
@@ -780,7 +780,8 @@ Run-In Layout
780 780 (including the box generated by the ''::before'' pseudo-element, if any).
781 781 This step recurses if possible
782 782 (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).
784 785
785 786 The reparented content is then formatted as if originally parented there.
786 787 Note that only layout is affected, not inheritance,