- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Tue, 7 Feb 2012 03:11:01 -0800
- To: Simon Fraser <smfr@me.com>
- Cc: "www-style@w3.org list" <www-style@w3.org>
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