[Bug 11068] We should not pause() if the element is removed from a document and then reinserted in the same task, since otherwise that could cause stuttering when moving a video from one frame to another, and would break autoplay when used with innerHTML.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11068

--- Comment #2 from Simon Pieters <simonp@opera.com> 2010-10-18 07:48:51 UTC ---
innerHTML is specified in terms of first parsing into a separate Document and
then moving the nodes.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 18 October 2010 07:48:55 UTC