Previous Message
Next Message

are there changes in the css validator?

Sent by Alan Gresley on 4 December 2009 22:10


Chris Williams wrote:

>> From: Beat Beer [EMAIL-REMOVED]>
>> Subject: [css-d] are there changes in the css validator?
>>
>> Hi Folks
>>
>> today I was told by a friend that some css statements don't validate any
>> longer and I really don't find a solution to the problem.
>>
>> following statements do not validate

> The URL parameter needs the value quoted.  E.G. should be url('value').


The URL string does not need to be in quotes to be valid. All these 
variations are valid.

url(../pics/headerMa2.jpg)
url('../pics/headerMa2.jpg')
url("../pics/headerMa2.jpg")


-- 
Alan http://css-class.com/
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: