Skip to content

Commit 848e2e3

Browse files
committed
Clarify that image-resolution only applies to content images
1 parent 5d51266 commit 848e2e3

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

css3-images/Overview.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,7 @@ <h2 id=image-resolution><span class=secno>7. </span> Overriding Image
16851685
<tr>
16861686
<th>Applies to:
16871687

1688-
<td>replaced elements <span class=issue>and background images?</span>
1688+
<td>replaced elements
16891689

16901690
<tr>
16911691
<th>Inherited:
@@ -1705,7 +1705,9 @@ <h2 id=image-resolution><span class=secno>7. </span> Overriding Image
17051705

17061706
<p>The &lsquo;<a href="#image-resolution0"><code
17071707
class=property>image-resolution</code></a>&rsquo; property specifies the
1708-
resolution of images. Values have the following meanings:
1708+
resolution of images in content (i.e. replaced elements and generated
1709+
content). It has no effect on background images, list markers, and other
1710+
images that are not element content. Values have the following meanings:
17091711

17101712
<dl>
17111713
<dt>&lt;resolution>

css3-images/Overview.src.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ <h2 id="image-resolution">
12741274
<td>1dppx
12751275
<tr>
12761276
<th>Applies to:
1277-
<td>replaced elements <span class=issue>and background images?</span>
1277+
<td>replaced elements
12781278
<tr>
12791279
<th>Inherited:
12801280
<td>yes
@@ -1286,7 +1286,10 @@ <h2 id="image-resolution">
12861286
<td>specified value
12871287
</table>
12881288

1289-
<p>The 'image-resolution' property specifies the resolution of images.
1289+
<p>The 'image-resolution' property specifies the resolution of images
1290+
in content (i.e. replaced elements and generated content). It has no
1291+
effect on background images, list markers, and other images that are
1292+
not element content.
12901293
Values have the following meanings:</p>
12911294

12921295
<dl>

0 commit comments

Comments
 (0)