- From: Ian Hickson <py8ieh@bath.ac.uk>
- Date: Wed, 30 Jun 1999 12:02:37 +0100 (BST)
- To: Bloo <bloo@blooberry.com>
- cc: www-style <www-style@w3.org>
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