Skip to content

Commit 7963869

Browse files
committed
length -> value in border-radius definitions
1 parent 5300f5d commit 7963869

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css3-background/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2352,12 +2352,12 @@ <h3 id=the-border-radius><span class=secno>4.4 </span>The &lsquo;<code
23522352
<td>see individual properties
23532353
</table>
23542354

2355-
<p>The two length values of the &lsquo;<code
2355+
<p>The two length or percentage values of the &lsquo;<code
23562356
class=css>border-*-radius</code>&rsquo; properties define the radii of a
23572357
quarter ellipse that defines the shape of the corner of the outer border
23582358
edge (see the diagram below). The first value is the horizontal radius,
2359-
the second the vertical radius. If the second length is omitted it is
2360-
equal to the first. If either length is zero, the corner is square, not
2359+
the second the vertical radius. If the second value is omitted it is
2360+
copied from the first. If either length is zero, the corner is square, not
23612361
rounded. Percentages for the horizontal radius refer to the width of the
23622362
border box, whereas percentages for the vertical radius refer to the
23632363
height of the border box.

css3-background/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,11 +1683,11 @@ <h3 id="the-border-radius">The 'border-radius' properties</h3>
16831683
<td>see individual properties
16841684
</table>
16851685

1686-
<p>The two length values of the 'border-*-radius' properties define
1687-
the radii of a quarter ellipse that defines the shape of the corner
1688-
of the outer border edge (see the diagram below).
1686+
<p>The two length or percentage values of the 'border-*-radius'
1687+
properties define the radii of a quarter ellipse that defines the
1688+
shape of the corner of the outer border edge (see the diagram below).
16891689
The first value is the horizontal radius, the second the vertical
1690-
radius. If the second length is omitted it is equal to the first.
1690+
radius. If the second value is omitted it is copied from the first.
16911691
If either length is zero, the corner is square, not rounded.
16921692
Percentages for the horizontal radius refer to the width of the
16931693
border box, whereas percentages for the vertical radius refer to

0 commit comments

Comments
 (0)