Re: [RC3] background-position-202 invalid; comma not a valid separator in CSS 2.1

On Wed, Nov 3, 2010 at 10:57 PM, Alan Gresley <alan@css-class.com> wrote:
> <http://css-class.com/test/css/backgrounds/one-image-multiple-positions.htm>
>
> It recycles one image. Additionally, I only would want to have one server
> request for a 62kb image.

You don't need this layer behavior in order to have only a single
request.  Any half-intelligent browser will only request a given image
once even if it's referenced multiple times, so long as you're not
explicitly preventing caching.

~TJ

Received on Thursday, 4 November 2010 09:22:27 UTC