<a href="http://www.whatwg.org/specs/web-apps/current-work/#dom-media-play">http://www.whatwg.org/specs/web-apps/current-work/#dom-media-play</a><br>Step 3.3 says &quot;Otherwise, the media element&#39;s readyState attribute has the value HAVE_FUTURE_DATA or HAVE_ENOUGH_DATA&quot;...<br>
<br>But this isn&#39;t true. It could be HAVE_NOTHING, in fact it will often be HAVE_NOTHING, because if the network state was NETWORK_EMPTY when play() is called, then the load() method will have returned with the readyState set to HAVE_NOTHING.<br>
<br>I suspect the description of play() needs to be updated to account for the change to make load() asynchronous.<br><br>Rob<br>-- <br>&quot;He was pierced for our transgressions, he was crushed for our iniquities; the punishment that brought us peace was upon him, and by his wounds we are healed. We all, like sheep, have gone astray, each of us has turned to his own way; and the LORD has laid on him the iniquity of us all.&quot; [Isaiah 53:5-6]<br>