Skip to content

Commit f7ae874

Browse files
committed
Make the example use dpi for the printer-quality version.
--HG-- extra : rebase_source : d835230b6f3923111846a03bdaea84f8124b9b7c
1 parent 07fa961 commit f7ae874

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css4-images/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -881,15 +881,15 @@ <h3 id=image-set-notation><span class=secno>4.3. </span> Resolution
881881
<div class=example>
882882
<p> This example shows how to use ‘<code class=css>image-set()</code>
883883
to provide an image in three versions: a "normal" version, a "high-res"
884-
version, and an extra-high resolution version for use in printing (as
885-
printers can have <em>extremely</em> high resolution):
884+
version, and an extra-high resolution version for use in high-quality
885+
printing (as printers can have <em>extremely</em> high resolution):
886886

887887
<pre><!--
888888
-->background-image: image-set( "foo.png" 1x,
889889
<!--
890890
--> "foo-2x.png" 2x,
891891
<!--
892-
--> "foo-print.png" 10x );</pre>
892+
--> "foo-print.png" 600dpi );</pre>
893893
</div>
894894
<!--
895895
EEEEEEEEEEEEEEEEEEEEEElllllll tttt

css4-images/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,13 +593,13 @@ <h3 id='image-set-notation'>
593593
This example shows how to use ''image-set()'' to provide an image in three versions:
594594
a "normal" version,
595595
a "high-res" version,
596-
and an extra-high resolution version for use in printing
596+
and an extra-high resolution version for use in high-quality printing
597597
(as printers can have <em>extremely</em> high resolution):
598598

599599
<pre><!--
600600
-->background-image: image-set( "foo.png" 1x,&#xa;<!--
601601
--> "foo-2x.png" 2x,&#xa;<!--
602-
--> "foo-print.png" 10x );</pre>
602+
--> "foo-print.png" 600dpi );</pre>
603603
</div>
604604

605605

0 commit comments

Comments
 (0)