[css3-images] Does image-resolution apply to CSS images? from Simon Fraser on 2012-02-07 (www-style@w3.org from February 2012) (original) (raw)

<http://dev.w3.org/csswg/css3-images/#image-resolution> says "The �image-resolution� property specifies the intrinsic resolution of all raster images used in or on the element.". "used in or on the element" is confusing.

Does that include CSS images, e.g.

div { image-resolution: 300px; background-image: url(high-res.tiff); }

?

Simon

Received on Tuesday, 7 February 2012 09:49:18 UTC