csswg/css3-lists Overview.html,1.122,1.123 Overview.src.html,1.169,1.170

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Whoops, didn't finish cleaning up after myself in the last commit.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- Overview.html	6 Dec 2011 18:18:53 -0000	1.122
+++ Overview.html	6 Dec 2011 18:41:16 -0000	1.123
@@ -1440,12 +1440,6 @@
     title=counter-algorithm>counter algorithm</i></a> for the counter style,
     generate an initial representation for the counter value.
 
-   <li>If the <a href="#descdef-negative"><var>negative</var></a> flag is
-    set, wrap the initial representation in the counter style's <a
-    href="#negative-sign"><i title=counter-negative>negative sign</i></a>, as
-    specified in the section for the <a
-    href="#counter-style-negative">negative descriptor</a>.
-
    <li>Return the representation.
   </ol>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -d -r1.169 -r1.170
--- Overview.src.html	6 Dec 2011 18:18:53 -0000	1.169
+++ Overview.src.html	6 Dec 2011 18:41:16 -0000	1.170
@@ -872,10 +872,6 @@
 		<li>Using the counter value and the <i title='counter-algorithm'>counter algorithm</i> 
 		for the counter style, generate an initial representation for the counter value.</li>
 
-		<li>If the <var>negative</var> flag is set, wrap the initial representation in the
-		counter style's <i title='counter-negative'>negative sign</i>, as specified in
-		the section for the <a href='#counter-style-negative'>negative descriptor</a>.</li>
-
 		<li>Return the representation.</li>
 	</ol>
 

Received on Tuesday, 6 December 2011 18:41:23 UTC