Skip to content

Commit 0b8d6ff

Browse files
committed
[css-counter-styles-3][editorial] fix markup, fixes #7565
1 parent 7965e6c commit 0b8d6ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-counter-styles-3/Overview.bs

+3-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ Defining Custom Counter Styles: the ''@counter-style'' rule</h2>
157157

158158
The general form of an ''@counter-style'' rule is:
159159

160-
<pre>@counter-style <<counter-style-name>> { <<declaration-list>> }</pre>
160+
<pre class=prod>
161+
@counter-style <<counter-style-name>> { <<declaration-list>> }
162+
</pre>
161163

162164
<dfn>&lt;counter-style-name></dfn> is a <<custom-ident>>
163165
that is not an <a>ASCII case-insensitive</a> match for ''list-style-type/none''.

0 commit comments

Comments
 (0)