@@ -897,10 +897,11 @@ principal block box. Values have the following meanings:</p>
897897<dl>
898898<dt><strong>outside</strong>
899899
900-
900+ <!-- begin of editing in progress. 2010-10-20 -->
901901
902902<dd>The marker box is outside the principal block box. CSS 2.1
903- does not specify the precise location of the marker box, but does
903+ does not specify the precise location of the marker box or its
904+ position in the painting order, but does
904905require that for list items whose 'direction' property is 'ltr' the
905906marker box be on the left side of the content and for elements whose
906907'direction' property is 'rtl' the marker box be on the right side of
@@ -924,7 +925,8 @@ precisely defined in a future level of CSS.</span>
924925aligned on the side of the marker, then the marker box is outside the
925926principal box. CSS 2.1 recommends that the marker position is the
926927same in other cases, too, but does not require it. CSS 2.1
927- does not specify the precise location of the marker box, but does
928+ does not specify the precise location of the marker box or its
929+ position in the painting order, but does
928930require that for list items whose 'direction' property is 'ltr' the
929931marker box be on the left side of the content and for elements whose
930932'direction' property is 'rtl' the marker box be on the right side of
@@ -939,6 +941,8 @@ some cases may cause the creation of a new line box. <span
939941class=note><strong>Note:</strong> This interaction may be more
940942precisely defined in a future level of CSS.</span>
941943
944+ <!-- end of editing in progress. 2010-10-20 -->
945+
942946<dt><strong>inside</strong>
943947
944948<dd>The marker box is placed as the first inline box in the principal
0 commit comments