Skip to content

Commit 5428488

Browse files
committed
[css-lists-3][editorial] fix markup
1 parent 21c326a commit 5428488

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-lists-3/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Abstract: This module contains CSS features related to list counters: styling th
2525

2626
<pre class='link-defaults'>
2727
spec:css-pseudo-4; type:selector; text:::before
28+
spec:selectors-4; type:dfn; text:selector
2829
spec:infra; type:dfn;
2930
text:list
3031
text:string
@@ -1347,14 +1348,14 @@ Outputting Counters: the ''counter()'' and ''counters()'' functions</h3>
13471348

13481349
[=Counters=] have no visible effect by themselves,
13491350
but their values can be used
1350-
with the ''counter()'' and ''counters()'' functions,
1351+
with the <dfn>counter()</dfn> and <dfn>counters()</dfn> functions,
13511352
whose [=used values=] represent counter values as strings or images.
13521353
They are defined as follows:
13531354

13541355
<pre class="prod">
13551356
<dfn><<counter>></dfn> = <<counter()>> | <<counters()>>
1356-
<dfn>counter()</dfn> = counter( <<counter-name>>, <<counter-style>>? )
1357-
<dfn>counters()</dfn> = counters( <<counter-name>>, <<string>>, <<counter-style>>? )
1357+
<<counter()>> = counter( <<counter-name>>, <<counter-style>>? )
1358+
<<counters()>> = counters( <<counter-name>>, <<string>>, <<counter-style>>? )
13581359
</pre>
13591360

13601361
where <<counter-style>> specifies the [=counter style=]

0 commit comments

Comments
 (0)