Nu Html Checker problem

The following HTML with an <td> not matched by a </td> is not reported
as an error:

<table>
<tr>
	<td>
	Row 1 Col 1
	<td>
	<td>
	Row 1 Col 2
	</td>
</tr>
</table>

Dave

-- 
David F. Davey
D'Entrecasteaux                                       Phone: +61 3 6267 4852
378 Manuka Road                                      Mobile: +61 428 674 852
Kettering					       VOIP: +61 2 8006 3376
Tasmania 7155
Australia                                            daved@windclimber.id.au

Received on Wednesday, 8 March 2017 14:51:49 UTC