@@ -185,11 +185,11 @@ <h2>List Content: The 'list-style-type' property</h2>
185185is used to format the value of the ''list-item'' counter.</ p >
186186
187187< dl >
188- < dt > < dfn > <string> </ dfn > </ dt >
188+ < dt > <string> </ dt >
189189 < dd > The ''::marker'' pseudoelement must use the provided string as its default
190190 contents.</ dd >
191191
192- < dt > < dfn > none</ dfn > </ dt >
192+ < dt > none</ dt >
193193 < dd > The ''::marker'' pseudoelement must have no default contents. This will
194194 suppress the creation of a marker unless the ''::marker'' has its contents
195195 specified directly through the 'content' property.</ dd >
@@ -650,8 +650,7 @@ <h3 id=complex-counters>Complex counter styles</h3>
650650
651651<!-- ====================================================================== -->
652652
653- < h2 > List Content: The < span
654- class ="property "> 'list-style-image'</ span > property</ h2 >
653+ < h2 id =list-style-image > List Content: The 'list-style-image' property</ h2 >
655654
656655< table class ="propdef ">
657656 < tr >
@@ -678,7 +677,11 @@ <h2>List Content: The <span
678677</ table >
679678
680679< p > This property sets the image that will be used as the list item marker. When the image is
681- available, it will replace the marker set with the 'list-style-type' marker.</ p >
680+ available, it is used as the default contents of ''::marker'' instead of the
681+ value specified by 'list-style-type'.</ p >
682+
683+ < p > If the value ''none'' is provided, then the default contents are given by
684+ 'list-style-type' instead.</ p >
682685
683686< div class ="example ">
684687 < p > The following example sets the marker at the beginning of each list item to
0 commit comments