Skip to content

Commit 5bd14b4

Browse files
committed
[css2] CSS2.1 Issues 2:107 and 2:200; edits by howcome
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402317
1 parent d9ac26b commit 5bd14b4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css2/generate.src

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class="value-inst-string"><strong>&lt;string&gt;</strong></span></span>
165165

166166
<dt><span class="index-inst" title="&lt;uri&gt;"><span
167167
class="value-inst-uri"><strong>&lt;uri&gt;</strong></span></span>
168-
<dd>The value is a URI that designates an external resource.
168+
<dd>The value is a URI that designates an external resource (such as an image).
169169
If a user agent cannot display the resource it must ignore it.
170170

171171
<dt><span class="index-inst" title="&lt;counter&gt;"><span
@@ -525,11 +525,11 @@ H1 { counter-reset: section -1 imagenum 99 }
525525
<h3><a name="scope">Nested counters and scope</a></h3>
526526

527527
<p>Counters are "self-nesting", in the sense that resetting a counter
528-
in a descendant element automatically creates a new instance of
529-
the counter. This is important for situations like lists in HTML,
530-
where elements can be nested inside themselves to arbitrary depth.
531-
It would be impossible to define uniquely named counters for each
532-
level.
528+
in a descendant element or pseudo-element automatically creates a new
529+
instance of the counter. This is important for situations like lists
530+
in HTML, where elements can be nested inside themselves to arbitrary
531+
depth. It would be impossible to define uniquely named counters for
532+
each level.
533533

534534
<div class="example">
535535
<p>Thus, the following suffices to number nested list items. The

0 commit comments

Comments
 (0)