File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 <!--
895895EEEEEEEEEEEEEEEEEEEEEElllllll tttt
Original file line number Diff line number Diff 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,
<!--
601601 --> "foo-2x.png" 2x,
<!--
602- --> "foo-print.png" 10x );</ pre >
602+ --> "foo-print.png" 600dpi );</ pre >
603603 </ div >
604604
605605
You can’t perform that action at this time.
0 commit comments