ネスト(入れ子)したテーブルはauでは表示されない


<table>
<tr>
<td>
なんか
</td>
</tr>
<tr>
<td>
<table>
<tr>
<td>
入れ子にしたテーブル
</td>
</tr>
</table>
</td>
</tr>
</table>