Re: [css3] URI selectors

Chris Moschini wrote:
> For this reason, why not offer as part of the CSS3 spec a selector that can differentiate
> between URIs? Something like:
> 
> uri( "www.w3c.org" ), url( "www.w3.org" ) { font-size: 150%; }
> 
> It could be a huge boon to accessibility.

It would be much easier for the UA to implement per-site user 
stylesheets...  The UA can then even use a definition of "site" that's 
somewhat better than a direct URI match (eg based on document.domain 
amongst other things).

-Boris

Received on Monday, 8 December 2003 15:53:33 UTC