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

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

From: www-style-request@w3.org [mailto:www-style-request@w3.org] On Behalf Of Brian Manthos
Sent: Monday, May 10, 2010 6:03 PM
To: www-style@w3.org
Subject: [css3-background] background-size and zero length

http://dev.w3.org/csswg/css3-background/#the-background-size
# Negative values are not allowed.

div
{
        background-image: url(http://www.microsoft.com/favicon.ico) 5px 5px;
        background-size: 0px 20px;
        background-repeat:round;
        width:12px;
        height:17px;
}

How many images should be rendered and at what size?

* Brian

Received on Tuesday, 11 May 2010 14:05:38 UTC