File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2769,6 +2769,18 @@ <h3 id=the-border-radius><span class=secno>5.1. </span>Curve Radii: the
27692769 curvature of the corner.
27702770 </ div >
27712771
2772+ < div class =example >
2773+ < p > This example draws ovals of 15em wide and 10em high:
2774+
2775+ < pre >
2776+ DIV.standout {
2777+ width: 13em;
2778+ height: 8em;
2779+ border: solid black 1em;
2780+ border-radius: 7.5em 5em }
2781+ </ pre >
2782+ </ div >
2783+
27722784 < p > The ‘< a href ="#border-radius "> < code
27732785 class =property > border-radius</ code > </ a > ’ shorthand sets all four
27742786 ‘< code class =css > border-*-radius</ code > ’ properties. If values
@@ -2981,18 +2993,6 @@ <h3 id=border-radius-tables><span class=secno>5.6. </span>Effect on Tables</h3>
29812993 ‘< code class =property > border-collapse</ code > ’ is ‘< code
29822994 class =css > collapse</ code > ’.
29832995
2984- < div class =example >
2985- < p > This example draws ovals of 15em wide and 10em high:
2986-
2987- < pre >
2988- DIV.standout {
2989- width: 13em;
2990- height: 8em;
2991- border: solid black 1em;
2992- border-radius: 7.5em 5em }
2993- </ pre >
2994- </ div >
2995-
29962996 < h2 id =border-images > < span class =secno > 6. </ span > Border Images</ h2 >
29972997
29982998 < p > Authors can specify an image to be used in place of the border styles.
Original file line number Diff line number Diff line change @@ -1927,6 +1927,18 @@ <h3 id="the-border-radius">Curve Radii: the 'border-radius' properties</h3>
19271927 curvature of the corner.
19281928</ div >
19291929
1930+ < div class =example >
1931+ < p > This example draws ovals of 15em wide and 10em high:
1932+
1933+ < pre >
1934+ DIV.standout {
1935+ width: 13em;
1936+ height: 8em;
1937+ border: solid black 1em;
1938+ border-radius: 7.5em 5em }
1939+ </ pre >
1940+ </ div >
1941+
19301942< p > The 'border-radius' shorthand sets all four 'border-*-radius'
19311943properties. If values are given before and after the slash, then
19321944the values before the slash set the horizontal radius and the values
@@ -2123,18 +2135,6 @@ <h3 id="border-radius-tables">Effect on Tables</h3>
21232135border-radius properties applied to internal table elements when
21242136'border-collapse' is ''collapse''.
21252137
2126- < div class =example >
2127- < p > This example draws ovals of 15em wide and 10em high:
2128-
2129- < pre >
2130- DIV.standout {
2131- width: 13em;
2132- height: 8em;
2133- border: solid black 1em;
2134- border-radius: 7.5em 5em }
2135- </ pre >
2136- </ div >
2137-
21382138< h2 id ="border-images "> Border Images</ h2 >
21392139
21402140< p > Authors can specify an image to be used in place of the border styles.
You can’t perform that action at this time.
0 commit comments