Skip to content

Commit 720178f

Browse files
committed
Require that area outside border edge is invisible to mouse events
1 parent 9093b44 commit 720178f

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

css3-background/Overview.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
<h1>CSS Backgrounds and Borders Module Level 3</h1>
2424

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
2626
2009</h2>
2727

2828
<dl>
2929
<dt>This version:
3030

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>-->
3232
<a
3333
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3434

@@ -2426,9 +2426,9 @@ <h3 id=the-border-radius><span class=secno>4.4 </span>The &lsquo;<code
24262426
that clip to the border or padding edge (such as &lsquo;<code
24272427
class=property>overflow</code>&rsquo; other than &lsquo;<code
24282428
class=css>visible</code>&rsquo;) 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.
24322432

24332433
<div class=figure>
24342434
<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
31803180
href="#border-image-outset">border-image-outset</a></code>&rsquo; values.
31813181

31823182
<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.
31863185

31873186
<p class=note>Note that, even though they never cause a scrolling
31883187
mechanism, they may still be clipped by an ancestor or by the viewport.

css3-background/Overview.src.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,8 +1751,8 @@ <h3 id="the-border-radius">The 'border-radius' properties</h3>
17511751
Other effects that clip to the border or padding edge (such as 'overflow'
17521752
other than ''visible'') also must clip to the curve. The content of
17531753
replaced elements is always trimmed to the content edge curve.
1754-
The CSS Working Group recommends that the area outside the curve of the
1755-
border edge does not accept mouse events on behalf of the element.
1754+
Also, the area outside the curve of the border edge does not accept mouse
1755+
events on behalf of the element.
17561756

17571757
<div class="figure">
17581758
<p><img alt="Diagram of the inscribed ellips" src="corner.png">
@@ -2337,9 +2337,8 @@ <h3 id="the-border-image-outset">The 'border-image-outset' property</h3>
23372337
<p>Negative values are not allowed for any of the 'border-image-outset' values.
23382338

23392339
<p>Portions of the border-image that are rendered outside the border
2340-
box do not trigger scrolling. The CSS Working Group recommends that
2341-
such portions are invisible to mouse events and do not capture clicks
2342-
on behalf of the element.</p>
2340+
box do not trigger scrolling. Also such portions are invisible to mouse
2341+
events and do not capture such events on behalf of the element.</p>
23432342

23442343
<p class=note>Note that, even though they never cause a scrolling
23452344
mechanism, they may still be clipped by an ancestor or by the

0 commit comments

Comments
 (0)