|
21 | 21 |
|
22 | 22 | <h1>CSS Backgrounds and Borders Module Level 3</h1> |
23 | 23 |
|
24 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 February |
| 24 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 February |
25 | 25 | 2009</h2> |
26 | 26 |
|
27 | 27 | <dl> |
28 | 28 | <dt>This version: |
29 | 29 |
|
30 | | - <dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-background-20090203">http://www.w3.org/TR/2009/WD-css3-background-20090203</a></dd> --> |
| 30 | + <dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-background-20090205">http://www.w3.org/TR/2009/WD-css3-background-20090205</a></dd> --> |
31 | 31 | <a |
32 | 32 | href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a> |
33 | 33 |
|
@@ -1141,8 +1141,8 @@ <h3 id=the-background-clip-property><span class=secno>3.7 </span>The |
1141 | 1141 | <tr> |
1142 | 1142 | <th>Value: |
1143 | 1143 |
|
1144 | | - <td>[border-box | padding-box | content-box | no-clip] [ , [border-box | |
1145 | | - padding-box | content-box | no-clip] ]* |
| 1144 | + <td>[border-box | padding-box | no-clip] [ , [border-box | padding-box | |
| 1145 | + no-clip] ]* |
1146 | 1146 |
|
1147 | 1147 | <tr> |
1148 | 1148 | <th>Initial: |
@@ -1189,11 +1189,6 @@ <h3 id=the-background-clip-property><span class=secno>3.7 </span>The |
1189 | 1189 | <dd>The background is painted within (clipped to) the <span>border |
1190 | 1190 | box.</span> |
1191 | 1191 |
|
1192 | | - <dt><dfn id=clip-content-box>content-box</dfn> |
1193 | | - |
1194 | | - <dd>The background is painted within (clipped to) the <span>content |
1195 | | - box.</span> |
1196 | | - |
1197 | 1192 | <dt><dfn id=no-clip>no-clip</dfn> |
1198 | 1193 |
|
1199 | 1194 | <dd>The background painting area is defined to be the border box; however |
@@ -1774,20 +1769,22 @@ <h3 id=the-background-shorthand-property><span class=secno>3.11 </span>The |
1774 | 1769 | href="#background-image">background-image</a></code>’ to its initial |
1775 | 1770 | value, then assigns explicit values given in the declaration. |
1776 | 1771 |
|
1777 | | - <p>The ‘<code class=property><a |
1778 | | - href="#background">background</a></code>’ shorthand does not set |
1779 | | - ‘<code class=property><a |
1780 | | - href="#background-break">background-break</a></code>’. |
1781 | | - |
1782 | 1772 | <p>If the ‘<code class=css><a |
1783 | 1773 | href="#no-clip">no-clip</a></code>’ keyword is present, it sets |
1784 | 1774 | ‘<code class=property><a |
1785 | 1775 | href="#background-clip">background-clip</a></code>’ to that value. |
1786 | 1776 | Otherwise if ‘<code class=property><a |
1787 | 1777 | href="#background-origin">background-origin</a></code>’ is present |
1788 | | - then it also sets ‘<code class=property><a |
| 1778 | + and its value matches a possible value for ‘<code class=property><a |
| 1779 | + href="#background-clip">background-clip</a></code>’ then it also |
| 1780 | + sets ‘<code class=property><a |
1789 | 1781 | href="#background-clip">background-clip</a></code>’ to that value. |
1790 | 1782 |
|
| 1783 | + <p>The ‘<code class=property><a |
| 1784 | + href="#background">background</a></code>’ shorthand does not set |
| 1785 | + ‘<code class=property><a |
| 1786 | + href="#background-break">background-break</a></code>’. |
| 1787 | + |
1791 | 1788 | <div class=example> |
1792 | 1789 | <p>For example, |
1793 | 1790 |
|
@@ -4006,8 +4003,8 @@ <h2 class=no-num id=property-index>Property index</h2> |
4006 | 4003 | <tr valign=baseline> |
4007 | 4004 | <td><a class=property href="#background-clip">background-clip</a> |
4008 | 4005 |
|
4009 | | - <td>[border-box | padding-box | content-box | no-clip] [ , [border-box | |
4010 | | - padding-box | content-box | no-clip] ]* |
| 4006 | + <td>[border-box | padding-box | no-clip] [ , [border-box | padding-box | |
| 4007 | + no-clip] ]* |
4011 | 4008 |
|
4012 | 4009 | <td>border-box |
4013 | 4010 |
|
@@ -4509,8 +4506,7 @@ <h2 class=no-num id=index>Index</h2> |
4509 | 4506 |
|
4510 | 4507 | <li>contain, <a href="#contain" title=contain><strong>3.9</strong></a> |
4511 | 4508 |
|
4512 | | - <li>content-box, <a href="#clip-content-box" |
4513 | | - title=content-box><strong>3.7</strong></a>, <a href="#content-box" |
| 4509 | + <li>content-box, <a href="#content-box" |
4514 | 4510 | title=content-box><strong>3.8</strong></a> |
4515 | 4511 |
|
4516 | 4512 | <li>continuous, <a href="#continuous" |
|
0 commit comments