8000 Swap paragraph order for better flow · w3c/csswg-drafts@f78de36 · GitHub
Skip to content

Commit f78de36

Browse files
committed
Swap paragraph order for better flow
1 parent 418076f commit f78de36

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

css3-background/Overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
215215
Clipping</a>
216216

217217
<li><a href="#corner-transitions"><span class=secno>4.4.3.
218-
</span>Corner Transitions</a>
218+
</span>Color and Style Transitions</a>
219219

220220
<li><a href="#corner-overlap"><span class=secno>4.4.4.
221221
</span>Overlapping Curves</a>
@@ -2489,9 +2489,15 @@ <h4 id=corner-clipping><span class=secno>4.4.2. </span>Corner Clipping</h4>
24892489
</pre>
24902490
</div>
24912491

2492-
<h4 id=corner-transitions><span class=secno>4.4.3. </span>Corner
2492+
<h4 id=corner-transitions><span class=secno>4.4.3. </span>Color and Style
24932493
Transitions</h4>
24942494

2495+
<p>Color and style transitions must be contained within the segment of the
2496+
border that intersects the smallest rectangle that contains both border
2497+
radii as well as the center of the inner curve (which may be a point
2498+
representing the corner of the padding edge, if the border radii are
2499+
smaller than the border-width).
2500+
24952501
<p>The center of color and style transitions between adjoining borders is
24962502
at the point on the curve that is at an angle that is proportional to the
24972503
ratio of the border widths. For example, if the top and right border
@@ -2501,12 +2507,6 @@ <h4 id=corner-transitions><span class=secno>4.4.3. </span>Corner
25012507
between the point at that angle on the outer arc and the point at that
25022508
angle on the inner arc.
25032509

2504-
<p>Color and style transitions must be contained within the segment of the
2505-
border that intersects the smallest rectangle that contains both border
2506-
radii as well as the center of the inner curve (which may be a point
2507-
representing the corner of the padding edge, if the border radii are
2508-
smaller than the border-width).
2509-
25102510
<p>It is not defined what these transitions look like, but a gradient is
25112511
recommended for color transitions that don't involve dotted or dashed
25122512
borders.

css3-background/Overview.src.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,7 +1790,13 @@ <h4 id="corner-clipping">Corner Clipping</h4>
17901790
</pre>
17911791
</div>
17921792

1793-
<h4 id="corner-transitions">Corner Transitions</h4>
1793+
<h4 id="corner-transitions">Color and Style Transitions</h4>
1794+
1795+
<p>Color and style transitions must be contained within the segment of
1796+
the border that intersects the smallest rectangle that contains both
1797+
border radii as well as the center of the inner curve (which may be a
1798+
point representing the corner of the padding edge, if the border radii
1799+
are smaller than the border-width).
17941800

17951801
<p>The center of color and style transitions between adjoining borders
17961802
is at the point on the curve that is at an angle that is proportional
@@ -1801,12 +1807,6 @@ <h4 id="corner-transitions">Corner Transitions</h4>
18011807
transition is drawn between the point at that angle on the outer arc
18021808
and the point at that angle on the inner arc.
18031809

1804-
<p>Color and style transitions must be contained within the segment of
1805-
the border that intersects the smallest rectangle that contains both
1806-
border radii as well as the center of the inner curve (which may be a
1807-
point representing the corner of the padding edge, if the border radii
1808-
are smaller than the border-width).
1809-
18101810
<p>It is not defined what these transitions look like, but a gradient
18111811
is recommended for color transitions that don't involve dotted or dashed
18121812
borders.

0 commit comments

Comments
 (0)