- From: Karl-Michael Schneider <schneide@phil.uni-passau.de>
- Date: Tue, 16 Jul 2002 16:50:32 +0200
- To: www-amaya@w3.org
The little test document below is validated by the W3C validation service and by tidy. Some folks on the www-validator mailing list told me that the missing start-tag of the body element is implied by the p tag. Amaya (6.2, Linux) inserts a body start-tag, as can be seen in the structure view, but then complains about an unexpected body end-tag. Karl-Michael <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Test</title> </head> <p>Test</p> </body> </html>
Received on Tuesday, 16 July 2002 10:50:34 UTC