Skip to content

Commit 93d217d

Browse files
committed
Mark issue for whether image-resolution should set base resolution for all images. Need testing?
1 parent 848e2e3 commit 93d217d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css3-images/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ <h2 id="image-resolution">
12681268
<td><dfn>image-resolution</dfn>
12691269
<tr>
12701270
<th>Value:
1271-
<td>from-image || &lt;dpi>
1271+
<td>from-image || &lt;resolution>
12721272
<tr>
12731273
<th>Initial:
12741274
<td>1dppx
@@ -1289,7 +1289,8 @@ <h2 id="image-resolution">
12891289
<p>The 'image-resolution' property specifies the resolution of images
12901290
in content (i.e. replaced elements and generated content). It has no
12911291
effect on background images, list markers, and other images that are
1292-
not element content.
1292+
not element content. <span class="issue">Or does this apply to all
1293+
images unless otherwise overridden?</span>
12931294
Values have the following meanings:</p>
12941295

12951296
<dl>

0 commit comments

Comments
 (0)