Re: [css3-background] background-size and zero length

On May 11, 2010, at 7:04 AM, Brian Manthos wrote:

> Typo.  Mea culpa.
>  
> The style rule should have been...
>  
> div
> {
>         background: url(http://www.microsoft.com/favicon.ico) 5px 5px;
>         background-size: 0px 20px;
>         background-repeat:round;
>         width:12px;
>         height:17px;
> }
>  
> -Brian
>  
> [...] 
> How many images should be rendered and at what size?

An infinite number, with zero width for each tile. Rounding does not change that, because the "If X ≠ 0 is the width of the image after step one" part is not fulfilled. 

A tile with no width or no height cannot be drawn, so you shouldn't try.

That's how I understand it, anyway.

Received on Tuesday, 11 May 2010 15:39:34 UTC