Skip to content

Commit c33ca99

Browse files
committed
Clarify paragraph about color/style transitions in response to <http://lists.w3.org/Archives/Public/www-style/2012Mar/0258.html>
1 parent 84b4501 commit c33ca99

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css3-background/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2872,10 +2872,10 @@ <h3 id=corner-transitions><span class=secno>5.4. </span>Color and Style
28722872

28732873
<p>If one of these borders is zero-width, then the other border takes up
28742874
the entire transitional area. Otherwise, the center of color and style
2875-
transitions between adjoining borders must be proportional to the ratio of
2876-
the border widths such that a function of its location is continuous with
2877-
respect to this ratio. However it is not defined what these transitions
2878-
look like or how &ldquo;proportional&rdquo; maps to a point on the curve.
2875+
transitions between adjoining borders is a point along the curve that is a
2876+
continuous monotonic function of the ratio of the border widths. However
2877+
it is not defined what these transitions look like or what function maps
2878+
from this ratio to a point on the curve.
28792879

28802880
<div class=figure>
28812881
<p><img alt="Illustration of the transition region on curved corners"

css3-background/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,10 +2025,10 @@ <h3 id="corner-transitions">Color and Style Transitions</h3>
20252025
<p>If one of these borders is zero-width, then the other border takes
20262026
up the entire transitional area. Otherwise,
20272027
the center of color and style transitions between adjoining borders
2028-
must be proportional to the ratio of the border widths such that a
2029-
function of its location is continuous with respect to this ratio.
2030-
However it is not defined what these transitions look like or how
2031-
&ldquo;proportional&rdquo; maps to a point on the curve.
2028+
is a point along the curve that is a continuous monotonic function
2029+
of the ratio of the border widths. However it is not defined what these
2030+
transitions look like or what function maps from this ratio to a point
2031+
on the curve.
20322032

20332033
<div class="figure">
20342034
<p><img alt="Illustration of the transition region on curved corners"

0 commit comments

Comments
 (0)