Re: Errors? Reported

* Zachariah wrote:
>I am getting errors on the microsoft proprietary properties to change the 
>color of the scroll bars in microsoft's browser.  I feel that they should 
>be reported as "Warnings" instead of "Errors" because of what is says in 
>the CSS2 specification (see below).

No, The CSS Profile you are validating against doesn't specify those
properties, thus the style sheet is invalid. Warnings don't make
anything invalid, only errors do.

>But please correct me if I am wrong (or let me know if you know of this 
>being discussed at all), but as I understand it, using properties which are 
>unknown to CSS2 does not make the CSS style sheet invalid (which was done 
>for forward compatibility), and therefore reporting unknown properties as 
>errors is misleading.

Please read CSS Level 2, section 3.1, the definition of "Valid style
sheet".
-- 
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 Tuesday, 18 September 2001 20:51:56 UTC