Skip to content

Commit 579c005

Browse files
committed
[css2] Fixed minor bug
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40932
1 parent 319074f commit 579c005

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/generate.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ the content is placed in an inline box or a block-level box.
112112

113113
<dl>
114114
<dt><span class="index-inst" title="&lt;string&gt;"><span
115-
name="value-inst-string"><strong>&lt;string&gt;</strong></span></span>
115+
class="value-inst-string"><strong>&lt;string&gt;</strong></span></span>
116116
<dd>Literal text, to be rendered as an (anonymous) inline box.
117117

118118
<dt><span class="index-inst" title="&lt;uri&gt;"><span
@@ -124,7 +124,7 @@ textual description, like the ALT or LONGDESC attributes do for images
124124
in HTML. This may change in future levels of CSS.
125125

126126
<dt><span class="index-inst" title="&lt;counter&gt;"><span
127-
name="value-inst-counter"><strong>&lt;counter&gt;</strong></span></span>
127+
class="value-inst-counter"><strong>&lt;counter&gt;</strong></span></span>
128128
<dd><a href="syndata.html#counter">Counters</a> have the form
129129
'counter(<var>name</var>)' or 'counter(<var>name</var>,
130130
<var>style</var>)'. The generated text is the value of the named

0 commit comments

Comments
 (0)