File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 > <url > | none
661+ < td > <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 > <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 > <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
You can’t perform that action at this time.
0 commit comments