csswg/css3-lists Overview.html,1.43,1.44 Overview.src.html,1.85,1.86

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Typo in the syntax for the 'type' descriptor.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Overview.html	19 May 2011 20:34:54 -0000	1.43
+++ Overview.html	19 May 2011 20:36:43 -0000	1.44
@@ -1872,7 +1872,7 @@
      <th>Value:
 
      <td>repeating | numeric | alphabetic | symbolic | additive |
-      [non-repeating &lt;integer?] | [ override &lt;counter-style-name> ]
+      [non-repeating &lt;integer>?] | [ override &lt;counter-style-name> ]
 
     <tr>
      <th>Initial:
@@ -3828,7 +3828,7 @@
      <td><a class=property href="#type">type</a>
 
      <td>repeating | numeric | alphabetic | symbolic | additive |
-      [non-repeating &lt;integer?] | [ override &lt;counter-style-name> ]
+      [non-repeating &lt;integer>?] | [ override &lt;counter-style-name> ]
 
      <td>N/A
   </table>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- Overview.src.html	19 May 2011 20:34:54 -0000	1.85
+++ Overview.src.html	19 May 2011 20:36:43 -0000	1.86
@@ -1303,7 +1303,7 @@
 		<tr>
 			<th>Value:
 			<td>repeating | numeric | alphabetic | symbolic | additive
-			    | [non-repeating &lt;integer?] | [ override &lt;counter-style-name> ]
+			    | [non-repeating &lt;integer>?] | [ override &lt;counter-style-name> ]
 		<tr>
 			<th>Initial:
 			<td>N/A

Received on Thursday, 19 May 2011 20:36:46 UTC