Skip to content

Commit 808ff1f

Browse files
committed
[css2] Added that CSS 2.1 allows the list marker to be hidden if 'overflow'
is not 'visible', but that that is expected to be changed in the future. (Telcon resolution of 2010-11-24.) --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403081
1 parent 91a9ad3 commit 808ff1f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

css2/generate.src

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,9 +905,16 @@ order<!--/191-->, but does
905905
require that for list items whose 'direction' property is 'ltr' the
906906
marker box be on the left side of the content and for elements whose
907907
'direction' property is 'rtl' the marker box be on the right side of
908-
the content. 'overflow' on the element does not clip the marker box.
908+
the content.
909+
909910
The marker box is fixed with respect to the principal block box's
910911
border and does not scroll with the principal block box's content.
912+
913+
<!--telcon 2010-11-24-->In CSS&nbsp;2.1, a UA may hide the marker if
914+
the element's <span class=propinst-overflow>'overflow'</span> is other
915+
than 'visible'. (This is expected to change in the future.)<!--/telcon
916+
2010-11-24-->
917+
911918
The size or contents of the marker box may affect the height of the
912919
principal block box and/or the height of its first line box, and in
913920
some cases may cause the creation of a new line box. <span

0 commit comments

Comments
 (0)