|
16 | 16 |
|
17 | 17 | <h1>CSS Image Values and Replaced Content Module Level 3</h1> |
18 | 18 |
|
19 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 March 2012</h2> |
| 19 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 April 2012</h2> |
20 | 20 |
|
21 | 21 | <dl> |
22 | 22 | <dt>This Version: |
23 | 23 |
|
24 | 24 | <dd><a |
25 | 25 | href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a> |
26 | | - <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120329/">http://www.w3.org/TR/2012/WD-css3-images-20120329/</a>--> |
| 26 | + <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120424/">http://www.w3.org/TR/2012/WD-css3-images-20120424/</a>--> |
27 | 27 |
|
28 | 28 |
|
29 | 29 | <dt>Latest Version: |
@@ -967,13 +967,14 @@ <h4 class=no-toc id=linear-gradient-syntax><span class=secno>4.1.1. </span> |
967 | 967 | class=css>180deg</code>’, or ‘<code |
968 | 968 | class=css>270deg</code>’, respectively.</p> |
969 | 969 |
|
970 | | - <p>If the argument instead specifies a corner of the box such as |
971 | | - ‘<code class=css>to top left</code>’, the gradient line must |
972 | | - be angled such that it points into the same quadrant as the specified |
973 | | - corner, and a line drawn perpendicular to the <a |
974 | | - href="#gradient-line"><i>gradient line</i></a> through the center of the |
975 | | - <a href="#gradient-box"><i>gradient box</i></a> intersects the two |
976 | | - neighboring corners.</p> |
| 970 | + <p> If the argument instead specifies a corner of the box such as |
| 971 | + ‘<code class=css>to top left</code>’, the <a |
| 972 | + href="#gradient-line"><i>gradient line</i></a> must be angled such that |
| 973 | + it points into the same quadrant as the specified corner, and is |
| 974 | + perpendicular to a line intersecting the two neighboring corners of the |
| 975 | + <a href="#gradient-box"><i>gradient box</i></a>. <span class=note>This |
| 976 | + causes a color-stop at 50% to intersect the two neighboring corners (see |
| 977 | + <a href="#corner-gradient-example">example</a>).</span> |
977 | 978 | </dl> |
978 | 979 |
|
979 | 980 | <p>Starting from the center of the <a href="#gradient-box"><i>gradient |
@@ -1066,7 +1067,7 @@ <h4 class=no-toc id=linear-gradient-examples><span class=secno>4.1.2. |
1066 | 1067 | <p><img alt="" src=linear4.png></p> |
1067 | 1068 | </div> |
1068 | 1069 |
|
1069 | | - <div class=example> |
| 1070 | + <div class=example id=corner-gradient-example> |
1070 | 1071 | <p>This demonstrates* a corner-to-corner gradient specified with keywords. |
1071 | 1072 | Note how the gradient is red and blue exactly in the bottom-left and |
1072 | 1073 | top-right corners, respectively, exactly like the second example. |
|
0 commit comments