csswg/css3-lists Overview.html,1.131,1.132 Overview.src.html,1.178,1.179

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Reworded 'counters in elements with no boxes' section to avoid using 'no effect' twice in different ways.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- Overview.html	7 Dec 2011 15:47:49 -0000	1.131
+++ Overview.html	7 Dec 2011 15:51:47 -0000	1.132
@@ -1710,7 +1710,8 @@
 
   <p>Other methods of "hiding" elements, such as setting &lsquo;<code
    class=property>visibility</code>&rsquo; to &lsquo;<code
-   class=css>hidden</code>&rsquo;, must have no effect on counters.
+   class=css>hidden</code>&rsquo;, still cause the element to generate a box,
+   and so do not apply here.
 
   <h2 id=counter-function><span class=secno>9. </span> Printing Counters: the
    &lsquo;<code class=css>counter()</code>&rsquo; and &lsquo;<code

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- Overview.src.html	7 Dec 2011 15:47:49 -0000	1.178
+++ Overview.src.html	7 Dec 2011 15:51:47 -0000	1.179
@@ -1015,7 +1015,7 @@
 h2.secret { display: none; }</pre>
 	</div>
 
-	<p>Other methods of "hiding" elements, such as setting 'visibility' to ''hidden'', must have no effect on counters.</p>
+	<p>Other methods of "hiding" elements, such as setting 'visibility' to ''hidden'', still cause the element to generate a box, and so do not apply here.</p>
 
 
 <h2 id='counter-function'>

Received on Wednesday, 7 December 2011 15:51:56 UTC