@@ -557,7 +557,7 @@ with its top left corner at the canvas origin.
557557 then [=tree order=] ,
558558 and [=paint a stacking context=] given each descendant and |canvas|.
559559
560- 1. For each of |root|'s in-flow, non-positioned, block-level descendants,
560+ 1. For each of |root|'s [= in-flow=] , non-positioned, block-level descendants,
561561 in [=tree order=] ,
562562 [=paint a block's decorations=]
563563 given the descendant and |canvas|.
@@ -578,7 +578,7 @@ with its top left corner at the canvas origin.
578578
579579 : Otherwise
580580 :: First for |root|,
581- then for all its in-flow, non-positioned, [=block-level=] descendant boxes,
581+ then for all its [= in-flow=] , non-positioned, [=block-level=] descendant boxes,
582582 in [=tree order=] :
583583
584584 1. If the box is a [=replaced element=] ,
@@ -669,7 +669,7 @@ with its top left corner at the canvas origin.
669669
670670 3. <dl class=switch>
671671 : If |root| is an [=inline box=]
672- :: For all |root|'s in-flow, non-positioned, inline-level children
672+ :: For all |root|'s [= in-flow=] , non-positioned, inline-level children
673673 that generate [=fragments=] in |line box|,
674674 and all child [=CSS/text sequences=]
675675 that generate [=fragments=] in |line box|,
0 commit comments