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