Skip to content

Commit 448b6a6

Browse files
committed
[css-counter-styles-3][editorial] Fixed Bikeshed warnings
1 parent 806d832 commit 448b6a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-counter-styles-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ Zero-Padding and Constant-Width Representations: the '@counter-style/pad' descri
941941
<pre class='descdef'>
942942
Name: pad
943943
For: @counter-style
944-
Value: <<integer [0,&infin;]>> && <<symbol>>
944+
Value: <<integer [0,]>> && <<symbol>>
945945
Initial: 0 ""
946946
</pre>
947947

@@ -950,7 +950,7 @@ Zero-Padding and Constant-Width Representations: the '@counter-style/pad' descri
950950
Representations larger than the specified pad value are constructed as normal.
951951

952952
<dl>
953-
<dt><<integer [0,&infin;]>> &amp;&amp; <<symbol>>
953+
<dt><<integer [0,]>> &amp;&amp; <<symbol>>
954954
<dd>
955955
The <<integer>> specifies a minimum length that all counter representations must reach.
956956

@@ -1059,7 +1059,7 @@ Marker characters: the '@counter-style/symbols' and '@counter-style/additive-sym
10591059
<pre class='descdef'>
10601060
Name: additive-symbols
10611061
For: @counter-style
1062-
Value: [ <<integer [0,&infin;]>> &amp;&amp; <<symbol>> ]#
1062+
Value: [ <<integer [0,]>> &amp;&amp; <<symbol>> ]#
10631063
Initial: n/a
10641064
</pre>
10651065

0 commit comments

Comments
 (0)