File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
2525
2626<pre class='link-defaults'>
2727spec:css-pseudo-4; type:selector; text:::before
28+ spec:selectors-4; type:dfn; text:selector
2829spec: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=]
You can’t perform that action at this time.
0 commit comments