- From: Jens Brueckmann <lists@j-a-b.net>
- Date: Wed, 02 Jun 2004 22:59:26 +0200
- To: "www-validator@w3.org" <www-validator@w3.org>
>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >> "http://www.w3.org/TR/REC-html40/loose.dtd"> > > Wrong DTD for HTML 4.01 Transitional, you're specifying HTML 4.0 > Transitional; the right one is: > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" > "http://www.w3.org/TR/html4/loose.dtd"> > > With that doctype, the document is valid according to the validator. It is, but what puzzles me is that both DTDs contain exactly the same attributes list for the FORM element, as far as I can see. So why should Ljoha's choice of HTML 4.0 Transitional return an error while HTML 4.01 Transitional will not? jens -- Jens Brueckmann http://www.j-a-b.net/
Received on Wednesday, 2 June 2004 16:59:46 UTC