2525
2626 < h1 > CSS Lists and Counters Module Level 3</ h1 >
2727
28- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 28 April 2011</ h2 >
28+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 29 April 2011</ h2 >
2929
3030 < dl >
3131 < dt > This version:
3232
33- < dd > <!-- <a href="http://www.w3.org/TR/2011/WD-css3-lists-20110428 ">http://www.w3.org/TR/2011/WD-css3-lists-20110428 </a></dd> -->
33+ < dd > <!-- <a href="http://www.w3.org/TR/2011/WD-css3-lists-20110429 ">http://www.w3.org/TR/2011/WD-css3-lists-20110429 </a></dd> -->
3434 < a
3535 href ="http://dev.w3.org/csswg/css3-lists/ "> http://dev.w3.org/csswg/css3-lists/</ a >
3636
@@ -410,16 +410,12 @@ <h2 id=marker-content><span class=secno>3. </span> Marker Content: The
410410 < td > specified value
411411 </ table >
412412
413- < p > This property specifies the default contents of the list item marker if
414- ‘< a href ="#list-style-image "> < code
415- class =property > list-style-image</ code > </ a > ’ has the value ‘< a
416- href ="#none "> < code class =property > none</ code > </ a > ’ or if the image
417- pointed to by the URI cannot be displayed. The value ‘< a
418- href ="#none "> < code class =property > none</ code > </ a > ’ specifies no
419- marker, and a string value uses the given string; otherwise, the value
420- specifies a < a href ="#ltcounter-style "> < b > <counter-style> </ b > </ a > which
421- is used to format the value of the ‘< code
422- class =css > list-item</ code > ’ counter.
413+ < p > When the ‘< a href ="#list-style-image "> < code
414+ class =property > list-style-image</ code > </ a > ’ property is ‘< a
415+ href ="#none "> < code class =css > none</ code > </ a > ’ or not a valid image,
416+ the ‘< a href ="#list-style-type "> < code
417+ class =property > list-style-type</ code > </ a > ’ property is instead used
418+ to construct the default contents of a list item's marker.
423419
424420 < dl >
425421 < dt > < dfn id =ltstring > <string> </ dfn >
@@ -436,15 +432,18 @@ <h2 id=marker-content><span class=secno>3. </span> Marker Content: The
436432 given counter style. Algorithms for formatting a value according to a
437433 counter style are given later in this spec.</ p >
438434
439- < p > The < b > UA style sheet</ b > given later in this spec provides a large
440- list of counter style definitions, and authors or users may define their
441- own counter styles as well.</ p >
435+ < p > This specification defines a method for authors to create their own
436+ counter styles which may be used here. Additionally, many useful counter
437+ styles are predefined in the sections on < a
438+ href ="#predefined-counters "> Predefined Counter Styles</ a > and < a
439+ href ="#ua-stylesheet "> Additional Predefined Counter Styles</ a > .</ p >
442440
443441 < dt > < dfn id =inline > inline</ dfn >
444442
445443 < dd > The ‘< code class =css > ::marker</ code > ’ pseudoelement's
446- default contents must be the contents of the list item's first child
447- element with ‘< code class =css > display: marker</ code > ’.
444+ default contents must be the textual contents of the list item's first
445+ child that is an < i title =inline-marker-candidate > inline marker
446+ candidate</ i > , if one exists.
448447
449448 < dt > < dfn id =none > none</ dfn >
450449
@@ -643,10 +642,10 @@ <h2 id=list-style-position-property><span class=secno>4. </span> Marker
643642 < p > < img alt ="list with bullets to the left of it and list with bullets
644643 inside " id =img-list-inout src =list-inout.gif > </ p >
645644 </ div >
646- </ div >
647645
648- < p > In right-to-left text, the markers would have been on the right side of
649- the box.</ p >
646+ < p > In right-to-left text, the markers would have been on the right side of
647+ the box.</ p >
648+ </ div >
650649 <!-- ====================================================================== -->
651650
652651 < h2 id =list-style-property > < span class =secno > 5. </ span > The ‘< a
0 commit comments