Skip to content

Commit bb8e14d

Browse files
committed
[css-counter-styles-3] Remove unnecessary semicolons from productions
1 parent 38cab17 commit bb8e14d

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
@@ -1226,8 +1226,8 @@ Defining Anonymous Counter Styles: the ''symbols()'' function</h2>
12261226
The syntax of the ''symbols()'' rule is:
12271227

12281228
<pre class='prod'>
1229-
<dfn>symbols()</dfn> = symbols( <<symbols-type>>? [ <<string>> | <<image>> ]+ );
1230-
<dfn>&lt;symbols-type></dfn> = cyclic | numeric | alphabetic | symbolic | fixed;
1229+
<dfn>symbols()</dfn> = symbols( <<symbols-type>>? [ <<string>> | <<image>> ]+ )
1230+
<dfn>&lt;symbols-type></dfn> = cyclic | numeric | alphabetic | symbolic | fixed
12311231
</pre>
12321232

12331233
The ''symbols()'' function defines an anonymous counter style
@@ -1304,7 +1304,7 @@ Extending 'list-style-type', ''counter()'', and ''counters()''</h2>
13041304
This module extends these features to take instead the <<counter-style>> type, defined below:
13051305

13061306
<pre class='prod'>
1307-
<dfn type>&lt;counter-style></dfn> = <<counter-style-name>> | <<symbols()>>;
1307+
<dfn type>&lt;counter-style></dfn> = <<counter-style-name>> | <<symbols()>>
13081308
</pre>
13091309

13101310
If a <<counter-style-name>> is used that does not refer to any existing counter style,

0 commit comments

Comments
 (0)