Skip to content

Commit 0b5dbd3

Browse files
committed
[css2] fix issue 59 for Tantek
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402479
1 parent 27c895a commit 0b5dbd3

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

css2/syndata.src

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<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 $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Syntax and basic data types</title>
@@ -1047,14 +1047,15 @@ class="propinst-counter-increment">'counter-increment'</span> and
10471047
properties). To refer to the value of a counter, the notation
10481048
<span class="index-def" title="counter()">
10491049
'counter(&lt;identifier&gt;)'</span> or 'counter(&lt;identifier&gt;,
1050-
&lt;list-style-type&gt;)' is used. The default style is 'decimal'.
1050+
&lt;list-style-type&gt;)', with optional whitespace separating the tokens,
1051+
is used. The default style is 'decimal'.
10511052
</p>
10521053
<p>To refer to a sequence of nested counters of the same name, the
10531054
notation is 'counters(&lt;identifier&gt;, &lt;string&gt;)' or
1054-
'counters(&lt;identifier&gt;, &lt;string&gt;,
1055-
&lt;list-style-type&gt;)'. 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(&lt;identifier&gt;, &lt;string&gt;, &lt;list-style-type&gt;)'
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>.
10581059
</p>
10591060
<p>In CSS2, the values of counters can
10601061
only be referred to from the <span

0 commit comments

Comments
 (0)