[Bug 23669] [Custom]: "leftView" type of callbacks should not be called on "this document has a browsing context"

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

--- Comment #2 from Tetsuharu OHZEKI <ohzeki-tetsuharu@mitsue.co.jp> ---
(In reply to Dimitri Glazkov from comment #1)
> This is intentional. "leftView" is only called when the element's document
> changes, not when the document changes itself.
> 
> One motivation here is avoid slowing down destruction of the document by
> invoking a bunch of callbacks on its elements.

So do you mean these?:
* "leftView" is only called when changing the document which is the ancestor of
the element.
* "leftView" is not called when changing the document which is the ancestor of
the element.

If you said them, I understand with your account.
However, I seems the spec description are complex...

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

Received on Monday, 11 November 2013 04:28:15 UTC