|
20 | 20 |
|
21 | 21 | <h1>CSS Image Values and Replaced Content Module Level 3</h1> |
22 | 22 |
|
23 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 May 2011</h2> |
| 23 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 May 2011</h2> |
24 | 24 |
|
25 | 25 | <dl> |
26 | 26 | <dt>Latest Version: |
@@ -708,11 +708,14 @@ <h2 id=gradients><span class=secno>5. </span> Gradients</h2> |
708 | 708 |
|
709 | 709 | <p class=note>In many places this section references a box, such as "the |
710 | 710 | box's top-left corner" or "the box's right side". In all of these |
711 | | - circumstances, the "box" refers to the ‘<code class=css>CSS View |
712 | | - Box</code>’ (see the "Sizing Images and Objects in CSS" section of |
713 | | - this spec for clarification). A gradient has no intrinsic dimensions. This |
714 | | - means that, for example, if you use a gradient in a ‘<code |
715 | | - class=property>background-image</code>’, the "box" will simply be |
| 711 | + circumstances, the "box" refers to a rectangle with the dimensions of the |
| 712 | + <a href="#concrete-object-size"><i>concrete object size</i></a>. A |
| 713 | + gradient has no intrinsic dimensions. This means that, for example, if you |
| 714 | + use a gradient in the ‘<code |
| 715 | + class=property>background-image</code>’ property (with ‘<code |
| 716 | + class=property>background-size</code>’ at the default value and |
| 717 | + ‘<code class=property>background-repeat</code>’ not equal to |
| 718 | + ‘<code class=property>round</code>’), the "box" will simply be |
716 | 719 | the size of the background sizing area. If you use a gradient in a |
717 | 720 | list-style-image, the "box" will be a 1em square.</p> |
718 | 721 | <!-- ====================================================================== --> |
|
0 commit comments