- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 May 2011 20:36:45 +0000
- To: public-css-commits@w3.org
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 <integer?] | [ override <counter-style-name> ]
+ [non-repeating <integer>?] | [ override <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 <integer?] | [ override <counter-style-name> ]
+ [non-repeating <integer>?] | [ override <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 <integer?] | [ override <counter-style-name> ]
+ | [non-repeating <integer>?] | [ override <counter-style-name> ]
<tr>
<th>Initial:
<td>N/A
Received on Thursday, 19 May 2011 20:36:46 UTC