Are images mentioned in a valid CSS
declaration with a background-image
value downloaded when the stylesheet is parsed or when the declaration is applied on a page?
In simpler terms, do I need to download all background images listed in my stylesheet even if they aren't ultimately used?
Is there any specification that addresses this scenario (and if so, is it adhered to) or is it up to the User-Agent?