@@ -3112,27 +3112,11 @@ <h3 id=border-radius-tables><span class=secno>5.6. </span>Effect on Tables</h3>
3112
3112
3113
3113
< p > The ‘< a href ="#border-radius "> < code
3114
3114
class =property > border-radius</ code > </ a > ’ properties do apply to ‘< code
3115
- class =css > table</ code > ’ and ‘< code class =css > inline-table</ code > ’
3116
- elements. When ‘< code class =property > border-collapse</ code > ’ is
3117
- ‘< code class =css > collapse</ code > ’, the UA may apply the border-radius
3118
- properties to ‘< code class =css > table</ code > ’ and ‘< code
3119
- class =css > inline-table</ code > ’ elements, but is not required to. In this
3120
- case not only must the border radii of adjacent corners not intersect, but
3121
- the horizontal and vertical radii of a single corner must not extend past
3122
- the far border edges of the cell at that corner (i.e. a table corner's
3123
- border-radius does not affect cells not at that corner). If the computed
3124
- values of the border radii would cause this effect, then the used values
3125
- of all the border radii of the table must be reduced by the same factor so
3126
- that the radii neither intersect nor extend past the border edges of their
3127
- respective corner cells.
3128
-
3129
- < p > The effect of border-radius on < a
3130
- href ="https://www.w3.org/TR/CSS21/tables.html#tables-intro "> internal table
3131
- elements</ a > is undefined in CSS3 Backgrounds and Borders, but may be
3132
- defined in a future specification. CSS3 UAs < em > should</ em > ignore
3133
- border-radius properties applied to internal table elements when ‘< code
3115
+ class =css > table</ code > ’, ‘< code class =css > inline-table</ code > ’, and
3116
+ ‘< code class =css > table-cell</ code > ’ boxes in separated borders mode
3117
+ (‘< code class =css > border-collapse: separate</ code > ’). When ‘< code
3134
3118
class =property > border-collapse</ code > ’ is ‘< code
3135
- class =css > collapse</ code > ’.
3119
+ class =css > collapse</ code > ’, they have no effect .
3136
3120
3137
3121
< h2 id =border-images > < span class =secno > 6. </ span > Border Images</ h2 >
3138
3122
@@ -4513,6 +4497,9 @@ <h3 id=changes-2014-09><span class=secno>9.1. </span> Changes since the 9
4513
4497
class =property > background-color</ code > </ a > ’> </ var > component of
4514
4498
< var > <final-bg-layer> </ var > to the front for serialization because
4515
4499
some authors seem to expect this even though it makes less sense?
4500
+
4501
+ < li > Dropped effect of ‘< a href ="#border-radius "> < code
4502
+ class =property > border-radius</ code > </ a > ’ from collapsed-borders tables.
4516
4503
</ ul >
4517
4504
4518
4505
< h3 id =changes-2014-02 > < span class =secno > 9.2. </ span > Changes since the 4
0 commit comments