csswg/css3-images Overview.src.html,1.89,1.90

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

Modified Files:
	Overview.src.html 
Log Message:
Mark issue for whether image-resolution should set base resolution for all images. Need testing?

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- Overview.src.html	6 May 2011 01:32:55 -0000	1.89
+++ Overview.src.html	6 May 2011 01:37:56 -0000	1.90
@@ -1268,7 +1268,7 @@
 			<td><dfn>image-resolution</dfn>
 		<tr>
 			<th>Value:
-			<td>from-image || &lt;dpi>
+			<td>from-image || &lt;resolution>
 		<tr>
 			<th>Initial:
 			<td>1dppx
@@ -1289,7 +1289,8 @@
 	<p>The 'image-resolution' property specifies the resolution of images
 	in content (i.e. replaced elements and generated content). It has no
 	effect on background images, list markers, and other images that are
-	not element content.
+	not element content. <span class="issue">Or does this apply to all
+	images unless otherwise overridden?</span>
 	Values have the following meanings:</p>
 
 	<dl>

Received on Friday, 6 May 2011 01:37:59 UTC