This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 11190 - Make scripts created by createContextualFragment() executable
Summary: Make scripts created by createContextualFragment() executable
Status: ASSIGNED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM Parsing and Serialization (show other bugs)
Version: unspecified
Hardware: All All
: P1 normal
Target Milestone: ---
Assignee: Travis Leithead [MSFT]
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on: 11191
Blocks:
  Show dependency treegraph
 
Reported: 2010-11-01 21:11 UTC by Ms2ger
Modified: 2017-01-19 11:29 UTC (History)
7 users (show)

See Also:


Attachments

Description Ms2ger 2010-11-01 21:11:00 UTC
See <https://bugzilla.mozilla.org/show_bug.cgi?id=599588> for reference.
Comment 1 Anne 2011-08-31 13:52:17 UTC
Is this not already done?

http://html5.org/specs/dom-parsing.html#dom-range-createcontextualfragment
Comment 2 Daniel Trebbien 2014-12-01 18:28:07 UTC
I agree with Anne that this is already done.  See step 4:
https://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html#widl-Range-createContextualFragment-DocumentFragment-DOMString-fragment

> 4. Unmark all scripts in fragment node as "already started".