Whitespace after </body> (detailed review of parsing algorithm)

(This is part of my detailed review of the parsing algorithm.)

How should the following be parsed?:

    <body></body> </html>

As I read the spec, the space is added to the body element, because that  
is still the current node even in the "after body" insertion mode. Is this  
a correct reading of the spec? If so, is it intentional?

-- 
Simon Pieters
Opera Software

Received on Wednesday, 22 August 2007 13:45:35 UTC