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

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

--- Comment #10 from Ryosuke Niwa <rniwa@webkit.org> ---
(In reply to Erik Arvidsson from comment #8)
> The important concept is to get called when inserted into a non inert
> document. This is a document with a browsing context.
> 
> Basically, if you poll it should fire when the following becomes true:
> 
> element.ownerDocument.contains(element) && element.ownerDocument.defaultView

If that's really the condition, why can't scripts simply check that condition
instead?

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

Received on Tuesday, 11 February 2014 01:36:55 UTC