Re: DOM bug or feature?

Boris Zbarsky <[email protected]> Thu, 01 Dec 2011 20:31:25 -0500
Newsgroups gmane.comp.mozilla.devel.dom
Message-ID <[email protected]>
On 12/1/11 5:37 PM, Colin Kincaid Williams wrote:
> Document.body.style.background doesn't have option for background size, why
> is the background-size not applying? Is this a bug or does it have to do
> with firefoxen dom traversal? The page in question is
> http://freediscord.com/usingBodyBkgrnd.html .

This seems to work fine for me in both Firefox 8 and a current Aurora 
build.  What Firefox version did you test?

> element.style { background: url("/images/xenopus.jpg") no-repeat fixed
> center center #F3F3F3; }
> body { background-size: 20% auto;}
>
> So shouldn't my background-size be set?

Set where?

-Boris