Skip to content

Commit c8e2eb4

Browse files
authored
[css-counter-styles-3] Fix <counter-style> syntax to refer to <symbols()> instead of defining it
1 parent 5d750a8 commit c8e2eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-counter-styles-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ Extending 'list-style-type', ''counter()'', and ''counters()''</h2>
12811281
This module extends these features to take instead the <<counter-style>> type, defined below:
12821282

12831283
<pre class='prod'>
1284-
<dfn type>&lt;counter-style></dfn> = <<counter-style-name>> | <a>symbols()</a>;
1284+
<dfn type>&lt;counter-style></dfn> = <<counter-style-name>> | <<symbols()>>;
12851285
</pre>
12861286

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

0 commit comments

Comments
 (0)