Skip to content

Commit 1102df5

Browse files
committed
Typo in the syntax for the 'type' descriptor.
1 parent 4cf8a84 commit 1102df5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css3-lists/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ <h3 id=counter-style-type><span class=secno>9.1. </span> Counter
18721872
<th>Value:
18731873

18741874
<td>repeating | numeric | alphabetic | symbolic | additive |
1875-
[non-repeating &lt;integer?] | [ override &lt;counter-style-name> ]
1875+
[non-repeating &lt;integer>?] | [ override &lt;counter-style-name> ]
18761876

18771877
<tr>
18781878
<th>Initial:
@@ -3828,7 +3828,7 @@ <h2 class=no-num id=property-index>Property index</h2>
38283828
<td><a class=property href="#type">type</a>
38293829

38303830
<td>repeating | numeric | alphabetic | symbolic | additive |
3831-
[non-repeating &lt;integer?] | [ override &lt;counter-style-name> ]
3831+
[non-repeating &lt;integer>?] | [ override &lt;counter-style-name> ]
38323832

38333833
<td>N/A
38343834
</table>

css3-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ <h3 id='counter-style-type'>
13031303
<tr>
13041304
<th>Value:
13051305
<td>repeating | numeric | alphabetic | symbolic | additive
1306-
| [non-repeating &lt;integer?] | [ override &lt;counter-style-name> ]
1306+
| [non-repeating &lt;integer>?] | [ override &lt;counter-style-name> ]
13071307
<tr>
13081308
<th>Initial:
13091309
<td>N/A

0 commit comments

Comments
 (0)