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

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

--- Comment #8 from Erik Arvidsson <arv@chromium.org> ---
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

Use cases:

- HTMLScriptElement needs to set its "has started" flag.
- Audio, video and animated img elements need to start playing. (hmm that also
needs to check its display).
- @autofocus

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

Received on Monday, 10 February 2014 15:53:38 UTC