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 22409 - Custom elements need da (microtask) hookup
Summary: Custom elements need da (microtask) hookup
Status: RESOLVED MOVED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on: 22296
Blocks:
  Show dependency treegraph
 
Reported: 2013-06-19 22:52 UTC by Dimitri Glazkov
Modified: 2015-07-06 08:07 UTC (History)
3 users (show)

See Also:


Attachments

Description Dimitri Glazkov 2013-06-19 22:52:47 UTC
The custom elements spec https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html
needs a hook from HTML spec at the microtask checkpoint to:
1) invoke lifecycle callbacks
2) process declarations.
This could be just one hook, I'll manage how these two get invoked from it.
Comment 1 contributor 2013-11-11 22:10:22 UTC
Checked in as WHATWG revision r8265.
Check-in comment: Provide integration hook for Custom Elements spec.
http://html5.org/tools/web-apps-tracker?from=8264&to=8265
Comment 2 Ian 'Hixie' Hickson 2014-02-25 18:53:37 UTC
The hook changed. Sending back for the other side to get updated. See bug 22296.
Comment 3 Hayato Ito 2015-07-06 08:07:57 UTC
Moved to https://github.com/w3c/webcomponents/issues/225