File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ class="value-inst-string"><strong><string></strong></span></span>
165165
166166<dt><span class="index-inst" title="<uri>"><span
167167class="value-inst-uri"><strong><uri></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) .
169169If a user agent cannot display the resource it must ignore it.
170170
171171<dt><span class="index-inst" title="<counter>"><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
You can’t perform that action at this time.
0 commit comments