|
12 | 12 | <meta content="CSS Image Values and Replaced Content Module Level 4" |
13 | 13 | name=dc.title> |
14 | 14 | <meta content=text name=dc.type> |
15 | | - <meta content=2013-04-08 name=dc.date> |
| 15 | + <meta content=2013-04-09 name=dc.date> |
16 | 16 | <meta content="Elika J. Etemad" name=dc.creator> |
17 | 17 | <meta content="Tab Atkins Jr." name=dc.creator> |
18 | 18 | <meta content=W3C name=dc.publisher> |
|
29 | 29 |
|
30 | 30 | <h1>CSS Image Values and Replaced Content Module Level 4</h1> |
31 | 31 |
|
32 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 April 2013</h2> |
| 32 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 April 2013</h2> |
33 | 33 |
|
34 | 34 | <dl> |
35 | 35 | <dt>This Version: |
36 | 36 |
|
37 | 37 | <dd><a |
38 | 38 | href="http://dev.w3.org/csswg/css4-images/">http://dev.w3.org/csswg/css4-images/</a> |
39 | | - <!-- <dd><a href="http://dev.w3.org/csswg/css4-images/">http://www.w3.org/TR/2013/WD-css4-images-20130408/</a>--> |
| 39 | + <!-- <dd><a href="http://dev.w3.org/csswg/css4-images/">http://www.w3.org/TR/2013/WD-css4-images-20130409/</a>--> |
40 | 40 |
|
41 | 41 | <dt>Latest Version: |
42 | 42 |
|
@@ -2156,6 +2156,9 @@ <h3 id=repeating-gradients><span class=secno>4.4. </span> Repeating |
2156 | 2156 | <p class=issue>Insert rendering here. |
2157 | 2157 | </div> |
2158 | 2158 |
|
| 2159 | + <p> If the gradient has only a single color-stop, it must render as a |
| 2160 | + solid-color image equal to the color of that color-stop. |
| 2161 | + |
2159 | 2162 | <p> If the distance between the first and last color-stops is non-zero, but |
2160 | 2163 | is small enough that the implementation knows that the physical resolution |
2161 | 2164 | of the output device is insufficient to faithfully render the gradient, |
@@ -2309,7 +2312,7 @@ <h3 id=color-stop-syntax><span class=secno>4.5. </span> Gradient |
2309 | 2312 | parts are automatically filled in by the user agent.) |
2310 | 2313 |
|
2311 | 2314 | <p> Color stops are organized into a <dfn id=color-stop-list>color stop |
2312 | | - list</dfn>, which is a list of two or more <a href="#color-stop"><i>color |
| 2315 | + list</dfn>, which is a list of one or more <a href="#color-stop"><i>color |
2313 | 2316 | stops</i></a>. The first and last <a href="#color-stop"><i>color |
2314 | 2317 | stops</i></a> in the list must have a color (though their position can be |
2315 | 2318 | omitted). |
|
0 commit comments