Skip to content

Commit f97d7ef

Browse files
committed
Clarify that boundaries of table cells is the far border edges, in this case. <http://lists.w3.org/Archives/Public/www-style/2012Mar/0258.html>
1 parent 5ecda77 commit f97d7ef

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

css3-background/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2977,13 +2977,13 @@ <h3 id=border-radius-tables><span class=secno>5.6. </span>Effect on Tables</h3>
29772977
properties to &lsquo;<code class=css>table</code>&rsquo; and &lsquo;<code
29782978
class=css>inline-table</code>&rsquo; 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

css3-background/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,12 +2122,12 @@ <h3 id="border-radius-tables">Effect on Tables</h3>
21222122
border-radius properties to ''table'' and ''inline-table'' elements, but
21232123
is not required to. In this case not only must the border radii of adjacent
21242124
corners 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
21282128
this effect, then the used values of all the border radii of the table
21292129
must 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
21332133
table elements</a> is undefined in CSS3 Backgrounds and Borders, but may

0 commit comments

Comments
 (0)