Re: [CSS3] foreground-image

----- Original Message ----- 
From: "James Craig" <jcraig@apple.com>
To: <www-style@w3.org>
Sent: Friday, September 07, 2007 1:23 PM
Subject: Re: [CSS3] foreground-image


> 
> Eric A. Meyer wrote:
> 
>> ...or, given a hypothetical extension of the 'url' value:
>>    img {content: url(attr(src));}
> 
> So, a path in a CSS url() value is relative to the CSS document that  
> defines the style property, but a path in an 'src' attribute is  
> relative to the HTML document that contains it. How should this  
> discrepancy be rectified in the previous example?
> 
> I couldn't find the answer here:
> http://www.w3.org/TR/REC-CSS2/generate.html#propdef-content
> 
> 

I think that attr() should return already resolved relative URLs
for attributes that contain URLs.

Andrew Fedoniouk.
http://terrainformatica.com

Received on Friday, 7 September 2007 21:57:01 UTC