csswg/css3-lists Overview.html,1.87,1.88 Overview.src.html,1.134,1.135

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Made it a bit clearer that list-style-type is *only* consulted when list-style-image is bad.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- Overview.html	17 Nov 2011 22:41:59 -0000	1.87
+++ Overview.html	18 Nov 2011 00:38:53 -0000	1.88
@@ -25,13 +25,13 @@
 
    <h1>CSS Lists and Counters Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 November
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 November
     2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20111117">http://www.w3.org/TR/2011/WD-css3-lists-20111117</a></dd>-->
+    <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20111118">http://www.w3.org/TR/2011/WD-css3-lists-20111118</a></dd>-->
      <a
      href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a>
 
@@ -563,8 +563,11 @@
    class=property>list-style-image</code></a>&rsquo; property is &lsquo;<a
    href="#none"><code class=css>none</code></a>&rsquo; or not a valid image,
    the &lsquo;<a href="#list-style-type"><code
-   class=property>list-style-type</code></a>&rsquo; property must instead
-   used to construct the default contents of a list item's marker.
+   class=property>list-style-type</code></a>&rsquo; property must be used to
+   construct the default contents of a list item's marker; otherwise, the
+   &lsquo;<a href="#list-style-type"><code
+   class=property>list-style-type</code></a>&rsquo; property must be ignored
+   and have no effect.
 
   <dl>
    <dt>&lt;string>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- Overview.src.html	17 Nov 2011 22:41:59 -0000	1.134
+++ Overview.src.html	18 Nov 2011 00:38:53 -0000	1.135
@@ -261,7 +261,7 @@
 			<td>specified value
 	</table>
 
-	<p>When the 'list-style-image' property is ''none'' or not a valid image, the 'list-style-type' property must instead used to construct the default contents of a list item's marker.</p>
+	<p>When the 'list-style-image' property is ''none'' or not a valid image, the 'list-style-type' property must be used to construct the default contents of a list item's marker; otherwise, the 'list-style-type' property must be ignored and have no effect.</p>
 
 	<dl>
 		<dt>&lt;string></dt>

Received on Friday, 18 November 2011 00:38:57 UTC