|
25 | 25 |
|
26 | 26 | <h1>CSS Backgrounds and Borders Module Level 3</h1> |
27 | 27 |
|
28 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 June 2012</h2> |
| 28 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 June 2012</h2> |
29 | 29 |
|
30 | 30 | <dl> |
31 | 31 | <dt>This version: |
32 | 32 |
|
33 | | - <dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120621">http://www.w3.org/TR/2012/ED-css3-background-20120621/</a> --> |
| 33 | + <dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120622">http://www.w3.org/TR/2012/ED-css3-background-20120622/</a> --> |
34 | 34 | <a |
35 | 35 | href="http://dev.w3.org/csswg/css3-background/">http://dev.w3.org/csswg/css3-background/</a> |
36 | 36 |
|
@@ -1343,7 +1343,8 @@ <h3 id=the-background-clip><span class=secno>3.7. </span>Painting Area: the |
1343 | 1343 | </table> |
1344 | 1344 |
|
1345 | 1345 | <p>Determines the <dfn id=background-painting-area>background painting |
1346 | | - area</dfn>. The syntax of the property is given with |
| 1346 | + area</dfn>, which determines the area within which the background is |
| 1347 | + painted. The syntax of the property is given with |
1347 | 1348 |
|
1348 | 1349 | <pre class=prod><dfn |
1349 | 1350 | id=ltboxgt><var><box></var></dfn> = border-box | padding-box | content-box</pre> |
@@ -2880,9 +2881,10 @@ <h3 id=corner-clipping><span class=secno>5.3. </span>Corner Clipping</h3> |
2880 | 2881 | the border or padding edge (such as ‘<code |
2881 | 2882 | class=property>overflow</code>’ other than ‘<code |
2882 | 2883 | class=css>visible</code>’) also must clip to the curve. The content of |
2883 | | - replaced elements is always trimmed to the content edge curve. Also, the |
2884 | | - area outside the curve of the border edge does not accept pointer events |
2885 | | - on behalf of the element. |
| 2884 | + replaced elements is always trimmed to the content edge curve. |
| 2885 | + |
| 2886 | + <p>Also, the area outside the curve of the border edge does not accept |
| 2887 | + pointer events on behalf of the element. |
2886 | 2888 |
|
2887 | 2889 | <p class=note>As ‘<a href="#border-radius"><code |
2888 | 2890 | class=property>border-radius</code></a>’ reduces the interactive area of |
|
0 commit comments