8000 clip replaced content to content edge, not border edge · w3c/csswg-drafts@e33b518 · GitHub
Skip to content

Commit e33b518

Browse files
committed
clip replaced content to content edge, not border edge
1 parent 3068100 commit e33b518

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 24 June 2009</h2>
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 July 2009</h2>
2626

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

30-
<dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-background-20090624">http://www.w3.org/TR/2009/WD-css3-background-20090624</a></dd> -->
30+
<dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-background-20090706">http://www.w3.org/TR/2009/WD-css3-background-20090706</a></dd> -->
3131
<a
3232
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3333

@@ -2491,7 +2491,7 @@ <h3 id=the-border-radius><span class=secno>4.4 </span>The &lsquo;<code
24912491
that clip to the border or padding edge (such as &lsquo;<code
24922492
class=property>overflow</code>&rsquo; other than &lsquo;<code
24932493
class=css>visible</code>&rsquo;) also must clip to the curve. The content
2494-
of replaced elements is always trimmed to the border edge curve.
2494+
of replaced elements is always trimmed to the content edge curve.
24952495

24962496
<p>The center of color and style transitions between adjoining borders is
24972497
at the point on the curve that is at an angle that is proportional to the
@@ -4033,10 +4033,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
40334033
<dt id=CSS21>[CSS21]
40344034

40354035
<dd>Bert Bos; et al. <a
4036-
href="http://www.w3.org/TR/2009/CR-CSS21-20090423"><cite>Cascading Style
4036+
href="http://www.w3.org/TR/2009/CR-CSS2-20090423/"><cite>Cascading Style
40374037
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 23 April
40384038
2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
4039-
href="http://www.w3.org/TR/2009/CR-CSS21-20090423">http://www.w3.org/TR/2009/CR-CSS21-20090423</a>
4039+
href="http://www.w3.org/TR/2009/CR-CSS2-20090423/">http://www.w3.org/TR/2009/CR-CSS2-20090423/</a>
40404040
</dd>
40414041
<!---->
40424042

css3-background/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1810,7 +1810,7 @@ <h3 id="the-border-radius">The 'border-radius' properties</h3>
18101810
are clipped to the appropriate curve (as determined by 'background-clip').
18111811
Other effects that clip to the border or padding edge (such as 'overflow'
18121812
other than ''visible'') also must clip to the curve. The content of
1813-
replaced elements is always trimmed to the border edge curve.
1813+
replaced elements is always trimmed to the content edge curve.
18141814

18151815
<p>The center of color and style transitions between adjoining borders
18161816
is at the point on the curve that is at an angle that is proportional

0 commit comments

Comments
 (0)