Re: CSS2-12.5: counter-increment/-reset "none" not defined in spec

On Wed, 30 Jun 1999, Bloo wrote:

> counter-increment/counter-reset: none
> Neither this section [1] nor 4.3.5 [2] details exactly what a value
> of "none" means for these properties. The spec *does* go out of its
> way to describe what "display: none" and "visibility: hidden" mean
> in *conjunction* with this property, but...

   content-increment: none;

...means that no counters are incremented by that element, and

   counter-reset: none;

...means that no counters are reset by that element.

They are the initial ('default') values for those properties. 

It is rather odd that this is not documented, though. 

-- 
Ian Hickson
: Is your JavaScript ready for Nav5 and IE5?
: Get the latest JavaScript client sniffer at 
: http://developer.netscape.com/docs/examples/javascript/browser_type.html

Received on Wednesday, 30 June 1999 07:02:47 UTC