|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: syndata.src,v 2.130 2006-05-09 14:56:00 bbos Exp $ --> |
| 3 | +<!-- $Id: syndata.src,v 2.131 2006-05-09 14:57:03 fantasai Exp $ --> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <title>Syntax and basic data types</title> |
@@ -1047,14 +1047,15 @@ class="propinst-counter-increment">'counter-increment'</span> and |
1047 | 1047 | properties). To refer to the value of a counter, the notation |
1048 | 1048 | <span class="index-def" title="counter()"> |
1049 | 1049 | 'counter(<identifier>)'</span> or 'counter(<identifier>, |
1050 | | -<list-style-type>)' is used. The default style is 'decimal'. |
| 1050 | +<list-style-type>)', with optional whitespace separating the tokens, |
| 1051 | +is used. The default style is 'decimal'. |
1051 | 1052 | </p> |
1052 | 1053 | <p>To refer to a sequence of nested counters of the same name, the |
1053 | 1054 | notation is 'counters(<identifier>, <string>)' or |
1054 | | -'counters(<identifier>, <string>, |
1055 | | -<list-style-type>)'. See <a href="generate.html#scope">"Nested |
1056 | | -counters and scope"</a> in the chapter on <a |
1057 | | -href="generate.html">generated content</a>. |
| 1055 | +'counters(<identifier>, <string>, <list-style-type>)' |
| 1056 | +with optional whitespace separating the tokens. See |
| 1057 | +<a href="generate.html#scope">"Nested counters and scope"</a> in |
| 1058 | +the chapter on <a href="generate.html">generated content</a>. |
1058 | 1059 | </p> |
1059 | 1060 | <p>In CSS2, the values of counters can |
1060 | 1061 | only be referred to from the <span |
|
0 commit comments