CSSUnknownRule : inconsistency ?

Excerpt from [1] :

    An implementation is expected to preserve all rules
    specified in a CSS style sheet, even if the rule is
    not recognized by the parser. Unrecognized rules are
    represented using the CSSUnknownRule interface.

Excerpt from [2] :

    The CSSUnknownRule interface represents an at-rule
    not supported by this user agent.

The two definitions of CSSUnknownRule seem inconsistent, the
latter dealing with at-rules only.

[1] http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRule
[2] http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSUnknownRule

</Daniel>

Received on Thursday, 15 March 2001 07:37:21 UTC