- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Nov 2011 00:38:55 +0000
- To: public-css-commits@w3.org
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>’ property is ‘<a
href="#none"><code class=css>none</code></a>’ or not a valid image,
the ‘<a href="#list-style-type"><code
- class=property>list-style-type</code></a>’ property must instead
- used to construct the default contents of a list item's marker.
+ class=property>list-style-type</code></a>’ property must be used to
+ construct the default contents of a list item's marker; otherwise, the
+ ‘<a href="#list-style-type"><code
+ class=property>list-style-type</code></a>’ property must be ignored
+ and have no effect.
<dl>
<dt><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><string></dt>
Received on Friday, 18 November 2011 00:38:57 UTC