File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -778,7 +778,7 @@ Run-In Layout</h2>
778
778
after its ''::marker'' pseudo-element's boxes (if any),
779
779
but preceding any other boxes generated by the contents of the block
780
780
(including the box generated by the ''::before'' pseudo-element, if any).
781
- This step recurses if possible
781
+ This re-parenting recurses if possible
782
782
(so that the run-in effectively becomes
783
783
part of the deepest subsequent “paragraph” in its formatting context,
784
784
collecting newly-adjacent run-ins as it goes).
@@ -788,7 +788,8 @@ Run-In Layout</h2>
788
788
because property inheritance for non-anonymous boxes is based only on the element tree.</span>
789
789
790
790
<li>
791
- Otherwise,
791
+ Otherwise
792
+ (if the <a>run-in sequence</a> is <em> not</em> followed by such a block),
792
793
an anonymous block box is generated around the <a>run-in sequence</a>
793
794
and all immediately following inline-level content
794
795
(up to, but not including, the next <a>run-in sequence</a> , if any).
You can’t perform that action at this time.
0 commit comments