<style>
table {background-color: gold;}
tr {background-color: pink;}
td {background-color: rgb(76, 250, 188);}
td {
width:50px;
height:50px;
border-color: red;
border-width: 10px;
border-radius: 30px;
border-style: solid;}
</style>
<table>
<tr><td>A1</td><td>A2</td><td>A3</td></tr>
<tr><td>B1</td><td>B2</td><td>B3</td></tr>
<tr><td>C1</td><td>C2</td><td>C3</td></tr>
</table>
Should the
trelementbackground-colorbe painted or not in this case?Should it be specified in (is it already?)
https://drafts.csswg.org/css-backgrounds/
or in https://drafts.csswg.org/css-tables-3/
https://codepen.io/webcompat/pen/xbxwmJr
background-colorof thetrelementbackground-color(pink) of thetrelementcode
rendering