Connecting Tech Pros Worldwide Forums | Help | Site Map

W3C CSS Validation Service

Andreas Prilop
Guest
 
Posts: n/a
#1: Aug 19 '05
I refer to the advanced interface
http://jigsaw.w3.org/css-validator/validator-uri

My test stylesheet is
http://www.unics.uni-hannover.de/nhtcapri/temp/test.css

I summarize the results:
Profile: CSS version 2 Medium: screen No error or warning found
Profile: CSS version 2 Medium: all No error or warning found
Profile: CSS version 1 Medium: all No error or warning found
Profile: CSS version 1 Medium: screen Errors

This I don't understand:
| #000 is not a color value
| 100% is not a font-size value

Why these "errors" with CSS 1 and medium: screen?

--
I used to believe in reincarnation in a former life.


Els
Guest
 
Posts: n/a
#2: Aug 19 '05

re: W3C CSS Validation Service


Andreas Prilop wrote:
[color=blue]
> I refer to the advanced interface
> http://jigsaw.w3.org/css-validator/validator-uri
>
> My test stylesheet is
> http://www.unics.uni-hannover.de/nhtcapri/temp/test.css
>
> I summarize the results:
> Profile: CSS version 2 Medium: screen No error or warning found
> Profile: CSS version 2 Medium: all No error or warning found
> Profile: CSS version 1 Medium: all No error or warning found
> Profile: CSS version 1 Medium: screen Errors
>
> This I don't understand:
>| #000 is not a color value
>| 100% is not a font-size value
>
> Why these "errors" with CSS 1 and medium: screen?[/color]

Because media:screen wasn't invented yet in CSS1 maybe?

The errors are given, because of what you can read under warnings:
* Line : 1 Property color doesn't exist for media
* Line : 1 Property background-color doesn't exist for media
* Line : 1 Property font-size doesn't exist for media

On this page
http://www.w3.org/TR/CSS1#url
I found this:
"We expect to see extensions of CSS in several directions:"
[...]
"- support for non-visual media: work is in the process to add a list
of properties and corresponding values to support speech and braille
output"


--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Herman Brood & Henny Vrienten - Als Je Wint
Closed Thread


Similar HTML / CSS bytes