Skip to content

Commit eee7013

Browse files
committed
[css2] Issue 86.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402997
1 parent 3ac182c commit eee7013

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

css2/generate.src

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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>&#x0022;<TD>"<TD>0022<TD>QUOTATION MARK [the ASCII double quotation mark]
372+
<TR><TD>&#x0022;<TD>"<!--"--><TD>0022<TD>QUOTATION MARK [the ASCII double quotation mark]
373373
<TR><TD>&#x0027;<TD>'<TD>0027<TD>APOSTROPHE [the ASCII single quotation mark]
374374
<TR><TD>&#x2039;<TD>&lt;<TD>2039<TD>SINGLE LEFT-POINTING ANGLE QUOTATION MARK
375375
<TR><TD>&#x203A;<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&nbsp;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&nbsp;2.1 recommends that the marker position is the
902+
same in other cases, too, but does not require it. CSS&nbsp;2.1
899903
does not specify the precise location of the marker box, but does
900904
require that for list items whose 'direction' property is 'ltr' the
901905
marker 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
905911
border and does not scroll with the principal block box's content.
906912
The size or contents of the marker box may affect the height of the
907913
principal block box and/or the height of its first line box, and in

0 commit comments

Comments
 (0)