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 24629 - [Explainer]: attachedCallback / detachedCallback are now enteredView and leftView?
Summary: [Explainer]: attachedCallback / detachedCallback are now enteredView and left...
Status: RESOLVED MOVED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: Other All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 14949
  Show dependency treegraph
 
Reported: 2014-02-12 06:43 UTC by Martin Naumann
Modified: 2015-07-06 08:15 UTC (History)
3 users (show)

See Also:


Attachments

Description Martin Naumann 2014-02-12 06:43:01 UTC
In the lifecycle explanation it says "attachedCallback, which is called after a custom element is inserted into a document with a default view; detachedCallback" but according to the latest custom element spec those have been renamed into "enteredView" and "leftView", see http://w3c.github.io/webcomponents/spec/custom/index.html#types-of-callbacks for details.
Comment 1 Daniel Freedman 2014-02-12 18:54:14 UTC
The spec has not been updated with the outcome of https://www.w3.org/Bugs/Public/show_bug.cgi?id=24314, the bug that changed the names from enteredViewCallback and leftViewCallback to attachedCallback and detachedCallback.
Comment 2 Hayato Ito 2015-07-06 08:15:19 UTC
Moved to https://github.com/w3c/webcomponents/issues/227