Re: [css3-images] Does image-resolution apply to CSS images?

On Tue, Feb 7, 2012 at 1:45 AM, Simon Fraser <smfr@me.com> wrote:
> <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);
> }
>
> ?

Yes, it does.  I should probably make that clearer.

~TJ

Received on Tuesday, 7 February 2012 11:15:47 UTC