[Bug 22565] [Custom]: rename inserted/removedCallback to entered/leftDocumentCallback

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

--- Comment #3 from Scott Miles <sjmiles@chromium.org> ---
The problem is that I can compose a zillion nodes into a big tree and none of
them are 'inserted' until the root of that tree hits the document.

IOW, what triggers this event is not necessarily any direct action or change to
the node itself. It does not reflect the state of 'parentNode' which is what
developers actually seem to expect from 'inserted' and 'removed'.

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

Received on Saturday, 13 July 2013 05:02:31 UTC