- From: Hayato Ito <notifications@github.com>
- Date: Mon, 06 Jul 2015 00:40:55 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Message-ID: <w3c/webcomponents/issues/225@github.com>
Title: Custom elements need da (microtask) hookup (bugzilla: 22409) Migrated from: https://www.w3.org/Bugs/Public/show_bug.cgi?id=22409 ---- comment: 0 comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=22409#c0 *Dimitri Glazkov* wrote on 2013-06-19 22:52:47 +0000. 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 comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=22409#c1 ** wrote on 2013-11-11 22:10:22 +0000. 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 comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=22409#c2 *Ian 'Hixie' Hickson* wrote on 2014-02-25 18:53:37 +0000. The hook changed. Sending back for the other side to get updated. See bug 22296. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/225
Received on Monday, 6 July 2015 07:41:31 UTC