- From: Ian Hickson <ian@hixie.ch>
- Date: Tue, 31 Aug 2004 11:07:37 +0000 (UTC)
- To: David Dorward <david@dorward.me.uk>
- Cc: Robert Stampfli <nsa@colnet.cmhnet.org>, www-validator@w3.org
On Tue, 31 Aug 2004, David Dorward wrote:
>
> As for:
>
> <!-- The following line contains an error the validator does not
> catch [ no close bracket on 'tr' ] (second of two) -->
> </td> </tr><tr ><td class=date>9
>
> I fail to see the missing ">".
Don't rely on Mozilla's source viewer.
But in any case, that's not an error. It is perfectly valid to omit the
">" character if the next character is a tag-open-character ("<").
--
Ian Hickson U+1047E )\._.,--....,'``. fL
http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,.
Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Tuesday, 31 August 2004 11:07:42 UTC