|
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>W3C Working Draft 15 February |
| 18 | + <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 16 February |
19 | 19 | 2011</h2> |
20 | 20 |
|
21 | 21 | <dl> |
22 | 22 | <dt>This Version:</dt> |
23 | 23 | <!-- <dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a> --> |
24 | 24 |
|
25 | 25 | <dd><a |
26 | | - href="http://www.w3.org/TR/2011/WD-css3-images-20110215/">http://www.w3.org/TR/2011/WD-css3-images-20110215/</a> |
| 26 | + href="http://www.w3.org/TR/2011/WD-css3-images-20110216/">http://www.w3.org/TR/2011/WD-css3-images-20110216/</a> |
27 | 27 |
|
28 | 28 | <dt>Latest Published Version: |
29 | 29 |
|
@@ -628,15 +628,22 @@ <h2 id=gradients><span class=secno>5. </span> Gradients</h2> |
628 | 628 | the size of the background sizing area. If you use a gradient in a |
629 | 629 | list-style-image, the "box" will be a 1em square. |
630 | 630 |
|
631 | | - <p class=issue>It has been suggested that repeating gradients aren't |
632 | | - necessary, and can instead be achieved by altering the behavior of |
633 | | - background-repeat. |
634 | | - |
635 | | - <p class=issue>It has been suggested that we can avoid the center position |
636 | | - in radial gradients, and instead use background-position. |
637 | | - |
638 | | - <p class=issue>It has been suggested that we should use some other |
639 | | - definition for mapping angles to directions to match other parts of CSS.</p> |
| 631 | + <p class=issue>It has been suggested that several of the controls offered |
| 632 | + by gradients are unnecessary. Repeating gradients could potentially be |
| 633 | + done by hooking into ‘<code |
| 634 | + class=property>background-repeat</code>’, sizing and positioning |
| 635 | + radial gradients could be done by hooking into ‘<code |
| 636 | + class=property>background-size</code>’ and ‘<code |
| 637 | + class=property>background-position</code>’, etc. |
| 638 | + |
| 639 | + <p class=issue>Angles in gradients denote directions and match the behavior |
| 640 | + of polar coordinates, where 0deg is East, 90deg is North, and in general a |
| 641 | + larger angle corresponds to an angle further CCW. Other CSS properties |
| 642 | + that use angles to denote rotations use the convention that larger angles |
| 643 | + are further CW. It has been suggested that gradients be changed so that |
| 644 | + larger angles are more CW, and 0deg either remain East (matching a polar |
| 645 | + coordinate system with the Y axis flipped) or changed to North (matching |
| 646 | + bearings).</p> |
640 | 647 | <!-- ====================================================================== --> |
641 | 648 |
|
642 | 649 | <h3 id=linear-gradients><span class=secno>5.1. </span> Linear Gradients</h3> |
|
0 commit comments