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

Received on Friday, 7 September 2007 21:09:54 UTC