Skip to content

Commit 42d69f2

Browse files
committed
Generalize description of transition region so that it works for degenerate cases, too.
1 parent 7d58892 commit 42d69f2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css3-background/Overview.html

Lines changed: 4 additions & 4 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 26 January
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 January
2626
2010</h2>
2727

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

31-
<dd><!--<a href="http://www.w3.org/TR/2010/CR-css3-background-20100126">http://www.w3.org/TR/2010/ED-css3-background-20100126</a>-->
31+
<dd><!--<a href="http://www.w3.org/TR/2010/CR-css3-background-20100127">http://www.w3.org/TR/2010/ED-css3-background-20100127</a>-->
3232
<a
3333
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3434

@@ -2485,8 +2485,8 @@ <h3 id=the-border-radius><span class=secno>4.4. </span>The &lsquo;<code
24852485
include that corner. Transitions may take up the entire transition
24862486
region, but are not required to: For example, a gradient color transition
24872487
between two solid border styles might take up only the region bounded by
2488-
the tips of the outer radii and the center of the inner curve
2489-
(represented in case D by the dark green region).
2488+
the tips of the outer radii and the tips of the inner radii (represented
2489+
in case D by the dark green region).
24902490
</div>
24912491

24922492
<p>Corner curves must not overlap: When the sum of any two adjacent border

css3-background/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,7 @@ <h3 id="the-border-radius">The 'border-radius' properties</h3>
18021802
to include that corner. Transitions may take up the entire transition
18031803
region, but are not required to: For example, a gradient color transition
18041804
between two solid border styles might take up only the region bounded
1805-
by the tips of the outer radii and the center of the inner curve
1805+
by the tips of the outer radii and the tips of the inner radii
18061806
(represented in case D by the dark green region).
18071807
</div>
18081808

0 commit comments

Comments
 (0)