[Bug 11191] Run scripts based on a parser flag rather than on being a fragment parser

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11191

--- Comment #3 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-01-20 20:30:31 UTC ---
Running the fragment parser with scripts enabled is likely to have very
different results than what one might expect, since the fragment parser is
defined as parsing into a new document and then regrafting the nodes. Could you
elaborate further on what exactly you need? What are the semantics you want for
running scripts? What scripts should run? How should they interact with
document.write(), async scripts, the event loop, etc? What if there are
re-entrant invokations of this algorithm? etc

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 20 January 2011 20:30:33 UTC