File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Abstract: This module contains CSS features related to list counters: styling th
25
25
26
26
<pre class='link-defaults'>
27
27
spec:css-pseudo-4; type:selector; text:::before
28
+ spec:selectors-4; type:dfn; text:selector
28
29
spec:infra; type:dfn;
29
30
text:list
30
31
text:string
@@ -1347,14 +1348,14 @@ Outputting Counters: the ''counter()'' and ''counters()'' functions</h3>
1347
1348
1348
1349
[=Counters=] have no visible effect by themselves,
1349
1350
but their values can be used
1350
- with the '' counter()'' and '' counters()'' functions,
1351
+ with the <dfn> counter()</dfn> and <dfn> counters()</dfn> functions,
1351
1352
whose [=used values=] represent counter values as strings or images.
1352
1353
They are defined as follows:
1353
1354
1354
1355
<pre class="prod">
1355
1356
<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>> ? )
1358
1359
</pre>
1359
1360
1360
1361
where <<counter-style>> specifies the [=counter style=]
You can’t perform that action at this time.
0 commit comments