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 17530 - Define hook for HTML
Summary: Define hook for HTML
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 17529 17543
  Show dependency treegraph
 
Reported: 2012-06-18 07:40 UTC by Anne
Modified: 2012-06-21 08:34 UTC (History)
2 users (show)

See Also:


Attachments

Description Anne 2012-06-18 07:40:03 UTC
concept-node-insert needs a new step at the end as a hook for HTML. It can then execute scripts, and do other things based on that as a starting point for when the elements are actually inserted. That would also make DocumentFragment insertion clearly atomic.

Probably need an equivalent for removed (e.g. <meta http-equiv=refresh> or <iframe>) and also make sure replace happens sanely.