Re: [w3c/webcomponents] document.close doesn't need CEReactions (#597)

Hmm, I thought that if you've done document.open(), then document.write() won't insert them; it'll wait until document.close() happens. But some testing makes it clear that I am wrong. The thing I am worried about is what the effect of

> Insert an explicit "EOF" character at the end of the parser's input stream.

and

> Run the tokenizer, processing resulting tokens as they are emitted, and stopping when the tokenizer reaches the explicit "EOF" character or spins the event loop.

is. Do you know what that could impact? They seem likely to cause nodes to be added...

I think this might be an issue with different behavior before and after the document is loaded, as well.

@bzbarsky, could you help us? I at least appear to not understand document.close at all :(.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/597#issuecomment-256500697

Received on Wednesday, 26 October 2016 22:54:21 UTC