Re: document.close() in document.write()

On Wed, 19 Nov 2008, Henri Sivonen wrote:
> 
> document.close() in Gecko/WebKit/Opera does not insert an explicit EOF 
> at insertion point. Instead, it marks the parser stream as no longer 
> accepting more writes, but previously written pending data is still 
> tokenized.

Changed the spec to insert the EOF at the end of the input stream.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Tuesday, 2 December 2008 06:12:49 UTC