csswg/css3-lists Overview.src.html,1.19,1.20

Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv15217

Modified Files:
	Overview.src.html 
Log Message:
More fixup for 'list-style-image'


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Overview.src.html	3 Feb 2011 00:41:05 -0000	1.19
+++ Overview.src.html	3 Feb 2011 01:06:01 -0000	1.20
@@ -658,7 +658,7 @@
 		<td><dfn>list-style-image</dfn>
 	<tr>
 		<th>Value:
-		<td>&lt;url> | none
+		<td>&lt;image> | none
 	<tr>
 		<th>Initial
 		<td>none
@@ -676,12 +676,12 @@
 		<td>specified value
 </table>
 
-<p>This property sets the image that will be used as the list item marker. When the image is
-available, it is used as the default contents of ''::marker'' instead of the
-value specified by 'list-style-type'.</p>
+<p>This property sets the image that will be used as the list item marker. When 
+the <b>&lt;image></b> resolves to a valid image, it is used as the default contents 
+of ''::marker'' instead of the value specified by 'list-style-type'.</p>
 
-<p>If the value ''none'' is provided, then the default contents are given by 
-'list-style-type' instead.</p>
+<p>If the value ''none'' is provided, or the <b>&lt;image></b> doesn't resolve 
+to a valid image, then the default contents are given by 'list-style-type' instead.</p>
 
 <div class="example">
 	<p>The following example sets the marker at the beginning of each list item to

Received on Thursday, 3 February 2011 01:06:04 UTC