@@ -1669,40 +1669,6 @@ <h3 id=attr><span class=secno>8.3. </span> Attribute References: ‘<a
16691669 href ="#attr-value "> < code class =css > attr()</ code > </ a > ’ in this
16701670 direction.</ p >
16711671 <!--
1672- <h4>The 'counter' function</h4>
1673-
1674- <p><dfn title="<counter>, definition of">Counters</dfn> are denoted by
1675- identifiers (see the <span class="property">'counter-increment'</span> and
1676- <span class="property">'counter-reset'</span> properties). To refer to the
1677- value of a counter, the notation <dfn>'counter(<identifier>)'</dfn> or
1678- <dfn>'counter(<identifier>, <list-style-type>)'</dfn> is used.
1679- The default style is 'decimal'.</p>
1680-
1681- <p>To refer to a sequence of nested counters of the same name, the notation
1682- is 'counters(<identifier>, <string>)' or
1683- 'counters(<identifier>, <string>, <list-style-type>)'. See
1684- "Nested counters and scope" [add ref] in the chapter on generated content
1685- [add ref].</p>
1686-
1687- <p>In CSS2.1, the values of counters can only be referred to from the <span
1688- class="property">'content'</span> property. Note that 'none' is a possible
1689- <list-style-type>: 'counter(x, none)' yields an empty string.</p>
1690-
1691- <div class="example">
1692- <p style="display:none">Example(s):</p>
1693-
1694- <p>Here is a style sheet that numbers paragraphs (P) for each chapter (H1).
1695- The paragraphs are numbered with roman numerals, followed by a period and a
1696- space:</p>
1697-
1698- <pre>
1699- p { counter-increment: par-num }
1700- h1 { counter-reset: par-num }
1701- p:before { content: counter(par-num, upper-roman) ". " }
1702- </pre>
1703- </div>
1704- -->
1705- <!--
17061672
17071673<h3>Special cases</h3>
17081674
0 commit comments