Skip to content

Commit b750b3b

Browse files
committed
[css2] Issue 191
http://wiki.csswg.org/spec/css2.1 --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403058
1 parent 474a5f9 commit b750b3b

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

css2/generate.src

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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&nbsp;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
904905
require that for list items whose 'direction' property is 'ltr' the
905906
marker 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>
924925
aligned on the side of the marker, then the marker box is outside the
925926
principal box. CSS&nbsp;2.1 recommends that the marker position is the
926927
same in other cases, too, but does not require it. CSS&nbsp;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
928930
require that for list items whose 'direction' property is 'ltr' the
929931
marker 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
939941
class=note><strong>Note:</strong> This interaction may be more
940942
precisely 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

Comments
 (0)