Skip to content

Commit 42b1495

Browse files
committed
Clarify that adding border-radius doesn't suddenly affect the clip of descendant backgrounds.
1 parent 7b437df commit 42b1495

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-background/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
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 30 March 2010</h2>
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 April 2010</h2>
2626

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

30-
<dd><!--<a href="http://www.w3.org/TR/2010/CR-css3-background-20100330">http://www.w3.org/TR/2010/ED-css3-background-20100330</a>-->
30+
<dd><!--<a href="http://www.w3.org/TR/2010/CR-css3-background-20100412">http://www.w3.org/TR/2010/ED-css3-background-20100412</a>-->
3131
<a
3232
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3333

@@ -2469,9 +2469,9 @@ <h4 id=corner-shaping><span class=secno>4.4.1. </span>Corner Shaping</h4>
24692469

24702470
<h4 id=corner-clipping><span class=secno>4.4.2. </span>Corner Clipping</h4>
24712471

2472-
<p>Backgrounds, but not the <a href="#the-border-image">border-image</a>,
2473-
are clipped to the appropriate curve (as determined by &lsquo;<code
2474-
class=property><a
2472+
<p>A box's backgrounds, but not its <a
2473+
href="#the-border-image">border-image</a>, are clipped to the appropriate
2474+
curve (as determined by &lsquo;<code class=property><a
24752475
href="#background-clip">background-clip</a></code>&rsquo;). Other effects
24762476
that clip to the border or padding edge (such as &lsquo;<code
24772477
class=property>overflow</code>&rsquo; other than &lsquo;<code

css3-background/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ <h4 id="corner-shaping">Corner Shaping</h4>
17741774

17751775
<h4 id="corner-clipping">Corner Clipping</h4>
17761776

1777-
<p>Backgrounds, but not the <a href="#the-border-image">border-image</a>,
1777+
<p>A box's backgrounds, but not its <a href="#the-border-image">border-image</a>,
17781778
are clipped to the appropriate curve (as determined by 'background-clip').
17791779
Other effects that clip to the border or padding edge (such as 'overflow'
17801780
other than ''visible'') also must clip to the curve. The content of

0 commit comments

Comments
 (0)