@@ -369,7 +369,7 @@ mark characters:</em></p>
369369
370370<TABLE border>
371371<TR><TH>Character</TH><TH>Approximate rendering<TH>ISO 10646 code (hex)<TH>Description
372- <TR><TD>"<TD>"<TD>0022<TD>QUOTATION MARK [the ASCII double quotation mark]
372+ <TR><TD>"<TD>"<!--"-->< TD>0022<TD>QUOTATION MARK [the ASCII double quotation mark]
373373<TR><TD>'<TD>'<TD>0027<TD>APOSTROPHE [the ASCII single quotation mark]
374374<TR><TD>‹<TD><<TD>2039<TD>SINGLE LEFT-POINTING ANGLE QUOTATION MARK
375375<TR><TD>›<TD>><TD>203A<TD>SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
@@ -895,13 +895,19 @@ principal block box. Values have the following meanings:</p>
895895<dl>
896896<dt><strong>outside</strong>
897897
898- <dd>The marker box is outside the principal block box. CSS 2.1
898+ <dd>If there is no float adjacent to the principal box and
899+ 'text-align' is either 'justify' or has a value such that text is
900+ aligned on the side of the marker, then the marker box is outside the
901+ principal box. CSS 2.1 recommends that the marker position is the
902+ same in other cases, too, but does not require it. CSS 2.1
899903does not specify the precise location of the marker box, but does
900904require that for list items whose 'direction' property is 'ltr' the
901905marker box be on the left side of the content and for elements whose
902906'direction' property is 'rtl' the marker box be on the right side of
903- the content. 'overflow' on the element does not clip the marker box.
904- The marker box is fixed with respect to the principal block box's
907+ the content.
908+ If the marker is outside the principal box, then 'overflow' on the
909+ element does not clip the marker box and the marker box is fixed with
910+ respect to the principal block box's
905911border and does not scroll with the principal block box's content.
906912The size or contents of the marker box may affect the height of the
907913principal block box and/or the height of its first line box, and in
0 commit comments