|
15 | 15 |
|
16 | 16 | <h1>CSS Image Values and Replaced Content Module Level 3</h1> |
17 | 17 |
|
18 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 May 2011</h2> |
| 18 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 May 2011</h2> |
19 | 19 |
|
20 | 20 | <dl> |
21 | 21 | <dt>Latest Version: |
@@ -1822,7 +1822,7 @@ <h2 id=image-rendering><span class=secno>9. </span> Determining How to |
1822 | 1822 | <tr> |
1823 | 1823 | <th>Value: |
1824 | 1824 |
|
1825 | | - <td>auto | optimize-contrast |
| 1825 | + <td>auto | crisp-edges |
1826 | 1826 |
|
1827 | 1827 | <tr> |
1828 | 1828 | <th>Initial: |
@@ -1871,24 +1871,23 @@ <h2 id=image-rendering><span class=secno>9. </span> Determining How to |
1871 | 1871 | such as bilinear interpolation. This is intended for images such as |
1872 | 1872 | photos. |
1873 | 1873 |
|
1874 | | - <dt>optimize-contrast |
| 1874 | + <dt>crisp-edges |
1875 | 1875 |
|
1876 | | - <dd>The image should be scaled with an algorithm that maximizes the |
1877 | | - contrast of the image, preserving sharp lines and not smoothing colors or |
1878 | | - introducing blur to the image in the process. This is intended for images |
1879 | | - such as pixel art. |
| 1876 | + <dd>The image must be scaled with an algorithm that preserves contrast and |
| 1877 | + edges in the image, and which does not smooth colors or introduce blur to |
| 1878 | + the image in the process. This is intended for images such as pixel art. |
1880 | 1879 | </dl> |
1881 | 1880 |
|
1882 | 1881 | <p>This property does <em>not</em> dictate any particular scaling algorithm |
1883 | 1882 | to be used. For example, with ‘<code |
1884 | | - class=css>image-rendering:auto</code>’, a user agent may scale |
| 1883 | + class=css>image-rendering:auto</code>’, a user agent might scale |
1885 | 1884 | images with bilinear interpolation by default, switch to nearest-neighbor |
1886 | 1885 | interpolation in high-load situations, and switch to a high-quality |
1887 | 1886 | scaling algorithm like Lanczos interpolation for static images that aren't |
1888 | 1887 | moving or changing. Similarly, with ‘<code |
1889 | | - class=css>image-rendering:optimize-contrast</code>’, a user agent |
1890 | | - may scale images with nearest-neighbor interpolation by default, and |
1891 | | - switch to EPX interpolation in low-load situations. |
| 1888 | + class=css>image-rendering:crisp-edges</code>’, a user agent might |
| 1889 | + scale images with nearest-neighbor interpolation by default, and switch to |
| 1890 | + EPX interpolation in low-load situations. |
1892 | 1891 |
|
1893 | 1892 | <p>This property previously accepted the values ‘<code |
1894 | 1893 | class=css>optimizeSpeed</code>’ and ‘<code |
|
0 commit comments