- From: Blaine Brodie <bbrodie@savagesoftware.com>
- Date: Mon, 21 Aug 2000 09:35:29 -0700
- To: www-dom@w3.org, garret@globalmentor.com
garret@globalmentor.com writes: >1. A CSSValueList is a CSSValue. CSSValue must return a cssText value, >which >is how the value should be represented in the document. Therefore, >CSSValueList should return a cssText value. > >2. A CSSValueList has no knowledge of which property name its values are >for. This is where you have been mislead. The specification states: "The CSSValue interface represents a simple or a complex value. A CSSValue object only occurs in a context of a CSS property." If the CSSValue had no knowledge of its property then there would be a problem with both the retreival of cssText and the parsing of the text during a set. Hope this helps. --- Blaine
Received on Monday, 21 August 2000 12:35:42 UTC