サンプルコード
<table border="1" style="empty-cells: show;">
<tr><td></td><td>夏</td></tr>
<tr><td>秋</td><td></td></tr>
</table>
<table border="1" style="empty-cells: hide;">
<tr><td></td><td>夏</td></tr>
<tr><td>秋</td><td></td></tr>
</table>
<td style="border: solid 1px #ff0000;
empty-cells: show;">の例
<td style="border: solid 1px #ff0000;
empty-cells: hide;">の例