CSS DOM: parse errors for cssText

Hi,

http://www.w3.org/TR/DOM-Level-2-Style/css.html reads:

[...]
     cssText of type DOMString 
       The parsable textual representation of the rule. This reflects
       the current state of the rule and not its initial value.
[...]
    Exceptions on setting 
      DOMException
        SYNTAX_ERR: Raised if the specified CSS string value has a
                    syntax error and is unparsable.
[...]

Will the entire 'cssText' be ignored, if it has parsing errors, or apply
CSS parsing rules and it is added, what the parser can read?
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Saturday, 28 April 2001 09:14:39 UTC