Re: Nu Html Checker problem

Without knowing to which DOCTYPE your code fragment is intended to conform, meaningful analysis of the problem is not possible.  But the probability is that your fragment conforms to the specification, and thus the validator is correct in accepting it as valid.
-- 
Philip Taylor
---------
Dave Davey wrote:
> 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
>

Received on Wednesday, 8 March 2017 15:12:51 UTC