[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)
- From: Simon Fraser <smfr@me.com>
- Date: Tue, 07 Feb 2012 10:45:32 +0100
- To: "www-style@w3.org list" <www-style@w3.org>
- Message-id: 0BA89FB3-BF8C-42FA-BC75-9B647D459C8E@me.com
<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