csswg/css3-images Overview.html,1.280,1.281 Overview.src.html,1.290,1.291

Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv31375

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add clarification that image-resolution applies to both content and CSS images.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -d -r1.280 -r1.281
--- Overview.html	7 Feb 2012 15:04:20 -0000	1.280
+++ Overview.html	7 Feb 2012 16:21:40 -0000	1.281
@@ -2181,7 +2181,9 @@
    class=property>image-resolution</code></a>&rsquo; property specifies the
    intrinsic resolution of all raster images used in or on the element. (As
    vector formats such as SVG do not have an intrinsic resolution, this
-   property has no effect on vector images.) The <dfn
+   property has no effect on vector images.) This affects both content images
+   (such as in the &lt;img> element) and CSS-supplied images such as in
+   &lsquo;<code class=property>background-image</code>&rsquo;. The <dfn
    id=intrinsic-resolution>intrinsic resolution</dfn> of an image is used to
    determine the image's <i>intrinsic size</i>. Affected images include
    images in the element's content (e.g. replaced elements and/or generated

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -d -r1.290 -r1.291
--- Overview.src.html	7 Feb 2012 15:04:20 -0000	1.290
+++ Overview.src.html	7 Feb 2012 16:21:40 -0000	1.291
@@ -1409,14 +1409,7 @@
 				by computing for ''snap'' (see below)
 	</table>
 
-	<p>The 'image-resolution' property specifies the intrinsic resolution of all
-	raster images used in or on the element. (As vector formats such as SVG do
-	not have an intrinsic resolution, this property has no effect on vector
-	images.) The <dfn>intrinsic resolution</dfn> of an image is used to determine
-	the image's <i>intrinsic size</i>. Affected images include images in the
-	element's content (e.g. replaced elements and/or generated content),
-	background images, list markers, etc.
-	Values have the following meanings:</p>
+	<p>The 'image-resolution' property specifies the intrinsic resolution of all raster images used in or on the element. (As vector formats such as SVG do not have an intrinsic resolution, this property has no effect on vector images.)  This affects both content images (such as in the &lt;img> element) and CSS-supplied images such as in 'background-image'.  The <dfn>intrinsic resolution</dfn> of an image is used to determine the image's <i>intrinsic size</i>. Affected images include images in the element's content (e.g. replaced elements and/or generated content), background images, list markers, etc. Values have the following meanings:</p>
 
 	<dl>
 		<dt>''&lt;resolution>''</dt>

Received on Tuesday, 7 February 2012 16:23:42 UTC