File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2352,12 +2352,12 @@ <h3 id=the-border-radius><span class=secno>4.4 </span>The ‘<code
23522352 < td > see individual properties
23532353 </ table >
23542354
2355- < p > The two length values of the ‘< code
2355+ < p > The two length or percentage values of the ‘< code
23562356 class =css > border-*-radius</ code > ’ 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.
Original file line number Diff line number Diff 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).
16891689The 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.
16911691If either length is zero, the corner is square, not rounded.
16921692Percentages for the horizontal radius refer to the width of the
16931693border box, whereas percentages for the vertical radius refer to
You can’t perform that action at this time.
0 commit comments