|
22 | 22 |
|
23 | 23 | <h1>CSS Backgrounds and Borders Module Level 3</h1> |
24 | 24 |
|
25 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 November |
| 25 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 November |
26 | 26 | 2009</h2> |
27 | 27 |
|
28 | 28 | <dl> |
29 | 29 | <dt>This version: |
30 | 30 |
|
31 | | - <dd><!--<a href="http://www.w3.org/TR/2009/CR-css3-background-20091118">http://www.w3.org/TR/2009/ED-css3-background-20091118</a>--> |
| 31 | + <dd><!--<a href="http://www.w3.org/TR/2009/CR-css3-background-20091119">http://www.w3.org/TR/2009/ED-css3-background-20091119</a>--> |
32 | 32 | <a |
33 | 33 | href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a> |
34 | 34 |
|
@@ -2426,9 +2426,9 @@ <h3 id=the-border-radius><span class=secno>4.4 </span>The ‘<code |
2426 | 2426 | that clip to the border or padding edge (such as ‘<code |
2427 | 2427 | class=property>overflow</code>’ other than ‘<code |
2428 | 2428 | class=css>visible</code>’) also must clip to the curve. The content |
2429 | | - of replaced elements is always trimmed to the content edge curve. The CSS |
2430 | | - Working Group recommends that the area outside the curve of the border |
2431 | | - edge does not accept mouse events on behalf of the element. |
| 2429 | + of replaced elements is always trimmed to the content edge curve. Also, |
| 2430 | + the area outside the curve of the border edge does not accept mouse events |
| 2431 | + on behalf of the element. |
2432 | 2432 |
|
2433 | 2433 | <div class=figure> |
2434 | 2434 | <p><img alt="Diagram of the inscribed ellips" src=corner.png> |
@@ -3180,9 +3180,8 @@ <h3 id=the-border-image-outset><span class=secno>5.4 </span>The |
3180 | 3180 | href="#border-image-outset">border-image-outset</a></code>’ values. |
3181 | 3181 |
|
3182 | 3182 | <p>Portions of the border-image that are rendered outside the border box do |
3183 | | - not trigger scrolling. The CSS Working Group recommends that such portions |
3184 | | - are invisible to mouse events and do not capture clicks on behalf of the |
3185 | | - element. |
| 3183 | + not trigger scrolling. Also such portions are invisible to mouse events |
| 3184 | + and do not capture such events on behalf of the element. |
3186 | 3185 |
|
3187 | 3186 | <p class=note>Note that, even though they never cause a scrolling |
3188 | 3187 | mechanism, they may still be clipped by an ancestor or by the viewport. |
|
0 commit comments