[Bug 24314] [Custom]: enteredView and leftView callbacks are still confusing

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

--- Comment #2 from Dimitri Glazkov <dglazkov@chromium.org> ---
(In reply to Ryosuke Niwa from comment #1)
> InsertedIntoDocument and RemovedFromDocument?
> 
> That's the terminology DOM3 events use for mutation events:
> http://www.w3.org/TR/DOM-Level-3-Events/#event-type-
> DOMNodeInsertedIntoDocument

This is what "inserted" and "removed" mean in DOM spec. They don't quite fit,
because these callbacks are only invoked when custom elements are inserted
to/removed from documents with a view (the closest indication to actually being
rendered we have).

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

Received on Thursday, 16 January 2014 23:49:57 UTC