- From: <bugzilla@jessica.w3.org>
- Date: Mon, 14 Mar 2016 21:06:13 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23250
Domenic Denicola <d@domenic.me> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rniwa@webkit.org
Flags|needinfo?(d@domenic.me) |
--- Comment #14 from Domenic Denicola <d@domenic.me> ---
We decided this capability was too low-level for custom elements, which now
have only (dis)connectedCallback which is about insertions/removals that change
an elements in-a-document status. A true inserted/removed hook would be run too
often and is not needed nearly as often.
It seems possible to add one in the future (maybe parentChangedCallback?), but
it's not clear the use cases are compelling enough. We have one request from
Hixie based on an analogy to SVG animations; have we heard authors asking for
this?
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 14 March 2016 21:06:15 UTC