|
15 | 15 |
|
16 | 16 | <h1>CSS Images Module Level 3</h1> |
17 | 17 |
|
18 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 August 2010</h2> |
| 18 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 August 2010</h2> |
19 | 19 |
|
20 | 20 | <dl> |
21 | 21 | <dt>This version:</dt> |
22 | | - <!-- <dd><a href="http://www.w3.org/TR/2010/CR-css3-images-20100825/">http://www.w3.org/TR/2010/CR-css3-images-20100825/</a></dd> --> |
| 22 | + <!-- <dd><a href="http://www.w3.org/TR/2010/CR-css3-images-20100828/">http://www.w3.org/TR/2010/CR-css3-images-20100828/</a></dd> --> |
23 | 23 |
|
24 | 24 | <dd><a |
25 | 25 | href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a> |
@@ -546,11 +546,14 @@ <h4 id=color-stop-syntax><span class=secno>5.1.2. |
546 | 546 | placed before the starting-point or after the ending-point; this is |
547 | 547 | perfectly valid, as the starting-point and ending-point are just |
548 | 548 | convenient references, and do not directly interact in the display of |
549 | | - the gradient. At each color-stop, the line is the color of the |
550 | | - color-stop. Before the first color-stop, the line is the color of the |
551 | | - first color-stop. After the last color-stop, the line is the color of |
552 | | - the last color-stop. Between two color-stops, the colors are |
553 | | - interpolated as SVG gradients.</p> |
| 549 | + the gradient.</p> |
| 550 | + |
| 551 | + <p>At each color-stop, the line is the color of the color-stop. Before |
| 552 | + the first color-stop, the line is the color of the first color-stop. |
| 553 | + After the last color-stop, the line is the color of the last color-stop. |
| 554 | + Between two color-stops, the line's color is linearly interpolated |
| 555 | + between the colors of the two color-stops, with the interpolation taking |
| 556 | + place in premultiplied RGBA space.</p> |
554 | 557 |
|
555 | 558 | <p>The following steps must be applied <em>in order</em> to process the |
556 | 559 | list of color-stops. After applying these rules, all color-stops will |
|
0 commit comments