On Sat, Jan 27, 2007 at 12:58:40AM +0200, Schalk wrote:
> First question on this thread I am starting here is, is there a case 
> where it would be ok/understandable to have code between </body> and 
> </html>?

From: http://www.w3.org/TR/html4/struct/global.html#h-7.3

  <!ELEMENT HTML O O (%html.content;)    -- document root element -->

The element HTML (with optional start and end tags) contains "html.content"

  <!ENTITY % html.content "HEAD, BODY">

"html.content" consists of exactly one HEAD element followed by
exactly one BODY element.

That doesn't leave any provision for anything following the BODY
element.


-- 
David Dorward                                      http://dorward.me.uk



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to