From: Blaine Brodie (bbrodie@savagesoftware.com) > The Counter interface of the DOM Spec states: > " The Counter interface is used to represent any counter or counters > function value. This interface reflects the values in the underlying style > property. Hence, modifications made to the > CSSPrimitiveValue [p.149] objects modify the style property. " The description is wrong. You should read "DOMString" instead of "CSSPrimitiveValue". I'm going to fix that. > However the interface only has DOMString attributes. Shouldn't all of > these attributes CSSPrimitiveValue's instead? counter functions can only contains identifiers and strings. Both of them are clearly identify in counter and counters. Changing them to CSSPrimitive values will add a unuseful layer to access the identifiers. Philippe.Received on Friday, 24 March 2000 16:01:58 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 22 June 2012 06:13:47 GMT