[Bug 22430] Handling multiple media element attachments

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

Aaron Colwell <acolwell@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |acolwell@google.com

--- Comment #1 from Aaron Colwell <acolwell@google.com> ---
I believe that this is covered in section 2.4.1 Attaching to a media element.
The first step checks to see if the readyState is not "closed" and indicates
that error logic should be run in this case. If the readyState == "closed" then
it is immediately transitioned to "open" which blocks any further
HTMLMediaElements from attaching the MediaSource object until the element is
detached.

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

Received on Tuesday, 25 June 2013 14:44:43 UTC