[Bug 22720] Components should use "lifetime events" rather than "lifetime callbacks"

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22720

Dimitri Glazkov <dglazkov@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from Dimitri Glazkov <dglazkov@chromium.org> ---
Right. Custom element callbacks are at a lower primitive level, compared to
events. Also, event dispatch is an incredibly expensive process, and we
certainly don't want the repeat of the mutation events. BTW, this has been
discussed ad nauseam on public-webapps (like on this thread here:
http://lists.w3.org/Archives/Public/public-webapps/2013JanMar/0790.html).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 18 July 2013 20:05:43 UTC