Re: problems with validator

On Fri, Aug 25, 2006 at 04:32:17PM -0300, Rodrigo Amaro wrote:

>        * Line: 38 Context : body
>          Property scrollbar-arrow-color doesn't exist : #336699

scrollbar-arrow-color is not part of any CSS recomendation or draft,
it is a non-standard proprietary extension from Microsoft.

Ditto the other properties, with the exception of ...

>          Property overflow-y doesn't exist : auto

Which, as you found ...

>      But I can't understand what's the problem, because I searched in your
>      page about it and got the next result:
>      Name:           overflow-y                                 

... is part of CSS 2.1.

CSS 2.1 is not yet a recommendation and the default profile the CSS
validator uses is CSS 2. You can change this in the advanced
interface.

       
>      body {
>      scrollbar-arrow-color:#000000;

...

>      by http://www.maujor.com/tutorial/scroll_bar.php
>      the biggest website about css in Brazil

I'm not familiar with the language, but the item marked "2" looks like
it is pointing out that the properites are non-standard.

-- 
David Dorward                                      http://dorward.me.uk

Received on Monday, 28 August 2006 17:38:34 UTC