Is it good to keep inside blank <td>?
- by jitendra
if this is the structure
<table cellspacing="0" cellpadding="0">
<tr>
<td>I don't need noting here then should i keep here always </td>
<td>item </td>
</tr>
<tr>
<td>model</td>
<td>one</td>
</tr>
<tr>
<td>model</td>
<td>two</td>
</tr>
<tr>
<td>model</td>
<td>three</td>
</tr>
</table>
How screen reader will read blank TD, Is it semantically correct?