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 16152 - [Custom Elements]: Consider replacing some (all?) lifecycle callbacks with mutation observers
Summary: [Custom Elements]: Consider replacing some (all?) lifecycle callbacks with mu...
Status: RESOLVED WONTFIX
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:
Blocks: 18511
  Show dependency treegraph
 
Reported: 2012-02-28 19:21 UTC by Dimitri Glazkov
Modified: 2013-05-29 19:19 UTC (History)
0 users

See Also:


Attachments

Description Dimitri Glazkov 2012-02-28 19:21:42 UTC
The mutation observers are doing some things that are pretty similar to things that lifecycle callbacks do. We should think about this carefully and avoid API duplication.
Comment 1 Dimitri Glazkov 2013-05-29 19:19:57 UTC
We took a different approach.