Skip to content

Commit dfeccf2

Browse files
committed
More fixup for 'list-style-image'
1 parent 1b0cee2 commit dfeccf2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css3-lists/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ <h2 id=list-style-image>List Content: The 'list-style-image' property</h2>
658658
<td><dfn>list-style-image</dfn>
659659
<tr>
660660
<th>Value:
661-
<td>&lt;url> | none
661+
<td>&lt;image> | none
662662
<tr>
663663
<th>Initial
664664
<td>none
@@ -676,12 +676,12 @@ <h2 id=list-style-image>List Content: The 'list-style-image' property</h2>
676676
<td>specified value
677677
</table>
678678

679-
<p>This property sets the image that will be used as the list item marker. When the image is
680-
available, it is used as the default contents of ''::marker'' instead of the
681-
value specified by 'list-style-type'.</p>
679+
<p>This property sets the image that will be used as the list item marker. When
680+
the <b>&lt;image></b> resolves to a valid image, it is used as the default contents
681+
of ''::marker'' instead of the value specified by 'list-style-type'.</p>
682682

683-
<p>If the value ''none'' is provided, then the default contents are given by
684-
'list-style-type' instead.</p>
683+
<p>If the value ''none'' is provided, or the <b>&lt;image></b> doesn't resolve
684+
to a valid image, then the default contents are given by 'list-style-type' instead.</p>
685685

686686
<div class="example">
687687
<p>The following example sets the marker at the beginning of each list item to

0 commit comments

Comments
 (0)