Re: Downloadable fonts and image replacement

On Tue, 25 Apr 2006 12:51:04 +0200, Mark Birbeck <mark.birbeck@x-port.net>  
wrote:
> Any thoughts?

Apart from that it's not entirely clear to me various types of resources  
work together with the @src proposal (is <style src="blah.css"/> different  
 from <p src="blah.css"/> etc.) I think you could express it using the  
following CSS syntax:

  @namespace url("http://.../xhtml2")
  *[|src] { content:attr(src,url), contents }

... or perhaps:

  *[|src] { content:attr(src,url,contents) }

... or perhaps:

  *[|src] { content:attr(src,url) }

... the syntax and processing rules are not completely finalized I  
believe...


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Tuesday, 25 April 2006 12:32:50 UTC