Skip to content

Commit 21a6ee0

Browse files
committed
[css-counter-styles-3] typos
1 parent 9be5d14 commit 21a6ee0

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

css-counter-styles-3/Overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ <h3 id=counter-style-system><span class=secno>3.1. </span> Counter
512512
<tr>
513513
<th>Value:
514514

515-
<td>repeating | numeric | alphabetic | symbolic | additive | <span
515+
<td>cyclic | numeric | alphabetic | symbolic | additive | <span
516516
class=nobr>[fixed &lt;integer>?]</span> | <span class=nobr>[ override
517517
&lt;counter-style-name> ]</span>
518518

@@ -668,12 +668,12 @@ <h4 id=symbolic-system><span class=secno>3.1.3. </span> Repeating Symbols:
668668
<p>It will then produce lists that look like:
669669

670670
<pre>
671-
*. One
672-
. Two
673-
. Three
674-
. Four
675-
**. Five
676-
⁑⁑. Six
671+
* One
672+
⁑ Two
673+
† Three
674+
‡ Four
675+
** Five
676+
⁑⁑ Six
677677
</pre>
678678
</div>
679679

@@ -3669,7 +3669,7 @@ <h2 class=no-num id=descriptor-index>Descriptor index</h2>
36693669
<tr>
36703670
<th><a class=property href="#descdef-system">system</a>
36713671

3672-
<td>repeating | numeric | alphabetic | symbolic | additive | [fixed
3672+
<td>cyclic | numeric | alphabetic | symbolic | additive | [fixed
36733673
&lt;integer>?] | [ override &lt;counter-style-name> ]
36743674

36753675
<td>symbolic

css-counter-styles-3/Overview.src.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ <h3 id='counter-style-system'>
235235
<td><dfn id="descdef-system">system</dfn>
236236
<tr>
237237
<th>Value:
238-
<td>repeating | numeric | alphabetic | symbolic | additive | <span class=nobr>[fixed &lt;integer>?]</span> | <span class=nobr>[ override &lt;counter-style-name> ]</span>
238+
<td>cyclic | numeric | alphabetic | symbolic | additive | <span class=nobr>[fixed &lt;integer>?]</span> | <span class=nobr>[ override &lt;counter-style-name> ]</span>
239239
<tr>
240240
<th>Initial:
241241
<td>symbolic
@@ -381,12 +381,12 @@ <h4 id="symbolic-system">
381381
<p>It will then produce lists that look like:
382382

383383
<pre>
384-
*. One
385-
. Two
386-
. Three
387-
. Four
388-
**. Five
389-
⁑⁑. Six
384+
* One
385+
⁑ Two
386+
† Three
387+
‡ Four
388+
** Five
389+
⁑⁑ Six
390390
</pre>
391391
</div>
392392

0 commit comments

Comments
 (0)