File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2977,13 +2977,13 @@ <h3 id=border-radius-tables><span class=secno>5.6. </span>Effect on Tables</h3>
29772977 properties to ‘< code class =css > table</ code > ’ and ‘< code
29782978 class =css > inline-table</ code > ’ elements, but is not required to. In
29792979 this case not only must the border radii of adjacent corners not
2980- intersect, but the horizontal and vertical radii of a single corner may
2981- not extend past the boundaries of the cell at that corner (i.e. the cell's
2982- other corners must not be affected by this corner's border-radius ). If the
2983- computed values of the border radii would cause this effect, then the used
2984- values of all the border radii of the table must be reduced by the same
2985- factor so that the radii neither intersect nor extend past the boundaries
2986- of their respective corner cells.
2980+ intersect, but the horizontal and vertical radii of a single corner must
2981+ not extend past the far border edges of the cell at that corner (i.e. a
2982+ table corner's border-radius does not affect cells not at that corner ). If
2983+ the computed values of the border radii would cause this effect, then the
2984+ used values of all the border radii of the table must be reduced by the
2985+ same factor so that the radii neither intersect nor extend past the border
2986+ edges of their respective corner cells.
29872987
29882988 < p > The effect of border-radius on < a
29892989 href ="http://www.w3.org/TR/CSS21/tables.html#tables-intro "> internal table
Original file line number Diff line number Diff line change @@ -2122,12 +2122,12 @@ <h3 id="border-radius-tables">Effect on Tables</h3>
21222122border-radius properties to ''table'' and ''inline-table'' elements, but
21232123is not required to. In this case not only must the border radii of adjacent
21242124corners not intersect, but the horizontal and vertical radii of a single
2125- corner may not extend past the boundaries of the cell at that corner
2126- (i.e. the cell 's other corners must not be affected by this corner's
2127- border-radius ). If the computed values of the border radii would cause
2125+ corner must not extend past the far border edges of the cell at that
2126+ corner (i.e. a table corner 's border-radius does not affect cells not
2127+ at that corner ). If the computed values of the border radii would cause
21282128this effect, then the used values of all the border radii of the table
21292129must be reduced by the same factor so that the radii neither intersect
2130- nor extend past the boundaries of their respective corner cells.
2130+ nor extend past the border edges of their respective corner cells.
21312131
21322132< p > The effect of border-radius on < a href ="http://www.w3.org/TR/CSS21/tables.html#tables-intro "> internal
21332133table elements</ a > is undefined in CSS3 Backgrounds and Borders, but may
You can’t perform that action at this time.
0 commit comments