[Webkit-unassigned] [Bug 12234] Using createContextualFragment to insert a <script> does not cause the script to execute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 11 16:22:52 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=12234





--- Comment #8 from Ryosuke Niwa <rniwa at webkit.org>  2010-11-11 16:22:51 PST ---
I talked with Eric about this and it seems like HTML5 spec intentionally prohibits the script elements coming from the fragments to run.

See http://www.whatwg.org/specs/web-apps/current-work/#parsing-main-inhead where it says:

If the parser was originally created for the HTML fragment parsing algorithm, then mark the script element as "already started". (fragment case)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list