@@ -193,7 +193,12 @@ with the given name in scope at this pseudo-element, from outermost to
193193innermost separated by the specified string. The counters are rendered
194194in the indicated <a href="#counter-styles">style</a> ('decimal' by
195195default). See the section on <a href="#counters">automatic counters
196- and numbering</a> for more information. <dt><span class="index-inst"
196+ and numbering</a> for more information.
197+
198+ The name must not be 'none', 'inherit' or 'initial'. Such a name
199+ causes the declaration to be ignored.
200+
201+ <dt><span class="index-inst"
197202title="open-quote"><span
198203class="value-inst-open-quote"><strong>open-quote</strong></span></span>
199204and <span class="index-inst" title="close-quote"><span
@@ -467,6 +472,12 @@ one optionally followed by an integer. The integer gives the value that
467472the counter is set to on each occurrence of the element. The default
468473is 0.
469474
475+ <p>The keywords 'none', 'inherit' and 'initial' must not be used as
476+ counter names. A value of 'none' on its own means no counters are
477+ reset, resp. incremented. 'Inherit' on its own has its usual meaning
478+ (see <a href="cascade.html#value-def-inherit">6.2.1</a>). 'Initial' is
479+ reserved for future use.
480+
470481<div class="example">
471482<p>This example shows a way to number chapters and sections with
472483"Chapter 1", "1.1", "1.2", etc.
@@ -1026,6 +1037,14 @@ class="propinst-list-style">'list-style'</span> values from OL and
10261037UL elements to LI elements. This is the recommended way to
10271038specify list style information.
10281039
1040+ <P>A value of 'none' within the <span
1041+ class="propinst-list-style">'list-style'</span> property sets
1042+ whichever of <span
1043+ class="propinst-list-style-type">'list-style-type'</span> and <span
1044+ class="propinst-list-style-image">'list-style-image'</span> are not
1045+ otherwise specified to 'none'. However, if both are otherwise
1046+ specified, the declaration is in error (and thus ignored).
1047+
10291048<div class="example"><P>
10301049<P>A URI value may be combined with any other value, as in:
10311050
@@ -1035,7 +1054,7 @@ ul { list-style: url("http://png.com/ellipse.png") disc }
10351054<P> In the example above, the 'disc' will be used when the image is
10361055unavailable.
10371056
1038- <P>A value of 'none' for the <span
1057+ <P>For example, a value of 'none' for the <span
10391058class="propinst-list-style">'list-style'</span> property sets both
10401059<span class="propinst-list-style-type">'list-style-type'</span> and
10411060<span class="propinst-list-style-image">'list-style-image'</span> to
0 commit comments