csswg/css3-images Overview.html,1.85,1.86 Overview.src.html,1.88,1.89

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Clarify that image-resolution only applies to content images

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- Overview.html	6 May 2011 00:55:17 -0000	1.85
+++ Overview.html	6 May 2011 01:32:55 -0000	1.86
@@ -1685,7 +1685,7 @@
     <tr>
      <th>Applies to:
 
-     <td>replaced elements <span class=issue>and background images?</span>
+     <td>replaced elements
 
     <tr>
      <th>Inherited:
@@ -1705,7 +1705,9 @@
 
   <p>The &lsquo;<a href="#image-resolution0"><code
    class=property>image-resolution</code></a>&rsquo; property specifies the
-   resolution of images. Values have the following meanings:
+   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. Values have the following meanings:
 
   <dl>
    <dt>&lt;resolution>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- Overview.src.html	6 May 2011 00:55:18 -0000	1.88
+++ Overview.src.html	6 May 2011 01:32:55 -0000	1.89
@@ -1274,7 +1274,7 @@
 			<td>1dppx
 		<tr>
 			<th>Applies to:
-			<td>replaced elements <span class=issue>and background images?</span>
+			<td>replaced elements
 		<tr>
 			<th>Inherited:
 			<td>yes
@@ -1286,7 +1286,10 @@
 			<td>specified value
 	</table>
 
-	<p>The 'image-resolution' property specifies the resolution of images.
+	<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.
 	Values have the following meanings:</p>
 
 	<dl>

Received on Friday, 6 May 2011 01:32:58 UTC