Missing Exception for the setCssText method of the CSSValue interface.

Should an INVALID_MODIFICATION_ERR be added to the list of possible
exceptions that can be generated using the setCssText() method, for the
case where the user attempts to change the value type from
CSS_PRIMITIVE_VALUE, CSS_CUSTOM, or CSS_VALUE_LIST to a different type via
the setCssText() method? (e.g. from type CSS_PRIMITIVE_VALUE to
CSS_VALUE_LIST).

Blaine Brodie

Received on Thursday, 22 June 2000 21:41:43 UTC