Re: Image sprites use cases

Brad Kemper wrote:
> .xp .checkbox.normal.small { background-image: 
> url(xp/checkbox/small.png#xywh=0,0,10,10); }
> .true{ background-image: url(#xywh=25,0,10,10); }
...
> That is, the hash part (#xywh=25,0,10,10) only changes the area within 
> the image, it does not change which file is loaded from the server.

That would break backwards compatibility; right now the latter is 
clearly pointing to the base URI of the stylesheet, per all the relevant 
URI RFCs...

-Boris

Received on Monday, 31 August 2009 00:28:31 UTC