Skip to content

Commit 518796e

Browse files
committed
Remove redundant sentence (already implied by use of 'used value'). <http://lists.w3.org/Archives/Public/www-style/2012Mar/0586.html>
1 parent 7010391 commit 518796e

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

css3-background/Overview.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2896,7 +2896,7 @@ <h3 id=corner-overlap><span class=secno>5.5. </span>Overlapping Curves</h3>
28962896

28972897
<p>Corner curves must not overlap: When the sum of any two adjacent border
28982898
radii exceeds the size of the border box, UAs must proportionally reduce
2899-
the used value of all border radii until none of them overlap. The
2899+
the used values of all border radii until none of them overlap. The
29002900
algorithm for reducing radii is as follows:
29012901

29022902
<p>Let <var>f</var> =
@@ -2917,9 +2917,6 @@ <h3 id=corner-overlap><span class=secno>5.5. </span>Overlapping Curves</h3>
29172917
further reduce the used value of the affected border radii (and only the
29182918
affected border radii) as much as necessary, but no more.
29192919

2920-
<p>The rendering of the box must be exactly the same as if the reduced
2921-
border-radius values were those originally specified.
2922-
29232920
<div class=example>
29242921
<p>For example, the borders A and D of the <a
29252922
href="#reduced-radius">figure below</a> might be the result of

css3-background/Overview.src.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2049,7 +2049,7 @@ <h3 id="corner-overlap">Overlapping Curves</h3>
20492049

20502050
<p>Corner curves must not overlap: When the sum of any two adjacent border
20512051
radii exceeds the size of the border box, UAs must proportionally reduce
2052-
the used value of all border radii until none of them overlap. The algorithm
2052+
the used values of all border radii until none of them overlap. The algorithm
20532053
for reducing radii is as follows:
20542054

20552055
<p>Let <var>f</var> = min(<var>L<sub>i</sub></var>/<var>S<sub>i</sub></var>),
@@ -2071,9 +2071,6 @@ <h3 id="corner-overlap">Overlapping Curves</h3>
20712071
may further reduce the used value of the affected border radii (and
20722072
only the affected border radii) as much as necessary, but no more.
20732073

2074-
<p>The rendering of the box must be exactly the same as if the reduced
2075-
border-radius values were those originally specified.</p>
2076-
20772074
<div class=example>
20782075
<p>For example, the borders A and D of the <a
20792076
href="#reduced-radius">figure below</a> might be the

0 commit comments

Comments
 (0)