- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 15 Apr 2011 01:53:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv14415 Modified Files: spec.html spec.preprocessed.html Log Message: more minor tweaks to the event descriptions (whatwg r6013) [updated by splitter] Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.1350 retrieving revision 1.1351 diff -u -d -r1.1350 -r1.1351 --- spec.html 15 Apr 2011 00:54:22 -0000 1.1350 +++ spec.html 15 Apr 2011 01:53:42 -0000 1.1351 @@ -333,7 +333,7 @@ </script></head><body onload="init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4832</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4835</span></h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <h2 class="no-num no-toc" id="editor-s-draft-15-april-2011">Editor's Draft 15 April 2011</h2> <dl><dt>Latest Published Version:</dt> @@ -355,7 +355,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4832.</p> + This is revision 1.4835.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -13418,23 +13418,25 @@ </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> </td><td>The user agent can render the <a href="#media-data" id="media-data-9">media data</a> at the <a href="http://dev.w3.org/html5/spec/video.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a> for the first time. </td><td><code title="dom-media-readyState"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-readystate" class="full-spec-link" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> newly increased to <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data" id="have_current_data-0">HAVE_CURRENT_DATA</a></code> or greater for the first time. - </td></tr><tr><td><dfn id="event-media-waiting" title="event-media-waiting"><code>waiting</code></dfn> - </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> - </td><td>Playback has stopped because the next frame is not available, but the user agent expects that frame to become available in due course. - </td><td><code title="dom-media-readyState"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-readystate" class="full-spec-link" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is newly equal to or less than <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data" id="have_current_data-1">HAVE_CURRENT_DATA</a></code>, and <code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is false. Either <code title="dom-media-seeking"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-seeking" class="full-spec-link" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> is true, or the <a href="http://dev.w3.org/html5/spec/video.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in th full HTML5 spec.'>current playback position</a> is not contained in any of the ranges in <code title="dom-media-buffered"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-buffered" class="full-spec-link" title='Read about this "buffered" reference in the full HTML5 spec.'>buffered</a></code>. It is possible for playback to stop for two other reasons without <code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> being false, but those two reasons do not fire this event: maybe <a href="http://dev.w3.org/html5/spec/video.html#ended-playback" title='Read about this "playback ended" reference in the full HTML5 spec.' class="full-spec-link">playback ended</a>, or playback <a href="http://dev.w3.org/html5/spec/video.html#stopped-due-to-errors" class="full-spec-link" title='Read about this "stopped due to errors" reference in the full HTML5 spec.'>stopped ue to errors</a>. - </td></tr><tr><td><dfn id="event-media-playing" title="event-media-playing"><code>playing</code></dfn> - </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> - </td><td>Playback has started. - </td><td><code title="dom-media-readyState"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-readystate" class="full-spec-link" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is newly equal to or greater than <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data" id="have_future_data-1">HAVE_FUTURE_DATA</a></code>, <code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is false, <code title="dom-media-seeking"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-seeking" class="full-spec-link" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> is false, or the <a href="http://dev.w3.org/html5/spec/video.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML spec.'>current playback position</a> is contained in one of the ranges in <code title="dom-media-buffered"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-buffered" class="full-spec-link" title='Read about this "buffered" reference in the full HTML5 spec.'>buffered</a></code>. </td></tr><tr><td><dfn id="event-media-canplay" title="event-media-canplay"><code>canplay</code></dfn> </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> </td><td>The user agent can resume playback of the <a href="#media-data" id="media-data-10">media data</a>, but estimates that if playback were to be started now, the <a href="#media-resource" id="media-resource-45">media resource</a> could not be rendered at the current playback rate up to its end without having to stop for further buffering of content. - </td><td><code title="dom-media-readyState"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-readystate" class="full-spec-link" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> newly increased to <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data" id="have_future_data-2">HAVE_FUTURE_DATA</a></code> or greater. + </td><td><code title="dom-media-readyState"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-readystate" class="full-spec-link" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> newly increased to <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data" id="have_future_data-1">HAVE_FUTURE_DATA</a></code> or greater. </td></tr><tr><td><dfn id="event-media-canplaythrough" title="event-media-canplaythrough"><code>canplaythrough</code></dfn> </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> </td><td>The user agent estimates that if playback were to be started now, the <a href="#media-resource" id="media-resource-46">media resource</a> could be rendered at the current playback rate all the way to its end without having to stop for further buffering. </td><td><code title="dom-media-readyState"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-readystate" class="full-spec-link" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is newly equal to <code title="dom-media-HAVE_ENOUGH_DATA"><a href="#dom-media-have_enough_data" id="have_enough_data-0">HAVE_ENOUGH_DATA</a></code>. - + </td></tr><tr><td><dfn id="event-media-waiting" title="event-media-waiting"><code>waiting</code></dfn> + </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> + </td><td>Playback has stopped because the next frame is not available, but the user agent expects that frame to become available in due course. + </td><td><code title="dom-media-readyState"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-readystate" class="full-spec-link" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is equal to or less than <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data" id="have_current_data-1">HAVE_CURRENT_DATA</a></code>, and <code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is false. Either <code title="dom-media-seeking"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-seeking" class="full-spec-link" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> is true, or the <a href="http://dev.w3.org/html5/spec/video.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the fullHTML5 spec.'>current playback position</a> is not contained in any of the ranges in <code title="dom-media-buffered"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-buffered" class="full-spec-link" title='Read about this "buffered" reference in the full HTML5 spec.'>buffered</a></code>. It is possible for playback to stop for other reasons without <code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> being false, but those reasons do not fire this event: e.g. + <a href="http://dev.w3.org/html5/spec/video.html#ended-playback" title='Read about this "playback ended" reference in the full HTML5 spec.' class="full-spec-link">playback ended</a>, or playback <a href="http://dev.w3.org/html5/spec/video.html#stopped-due-to-errors" class="full-spec-link" title='Read about this "stopped due to errors" reference in the full HTML5 spec.'>stopped due to errors</a>, or the element has <a href="http://dev.w3.org/html5/spec/video.html#paused-for-user-interaction" class="full-spec-link" title='Read about this "paused for user interaction" reference in the full HTML5 spec.'>paused for user interaction</a>. + </td></tr><tr><td><dfn id="event-media-playing" title="event-media-playing"><code>playing</code></dfn> + </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> + </td><td>Playback has started after having been delayed due to lack of <a href="#media-data" id="media-data-11">media data</a>. + </td><td>The element is newly <a href="http://dev.w3.org/html5/spec/video.html#potentially-playing" class="full-spec-link" title='Read about this "potentially playing" reference in the full HTML5 spec.'>potentially playing</a>, either because <code title="dom-media-readyState"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-readystate" class="full-spec-link" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is newly equal to or greater than <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data" id="have_future_data-2">HAVE_FUTURE_DATA</a></code>, or because <code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is newly false. It is possible for playback to start without this event firing, e.g. if when playback would have started, + the element had been <a href="http://dev.w3.org/html5/spec/video.html#paused-for-user-interaction" class="full-spec-link" title='Read about this "paused for user interaction" reference in the full HTML5 spec.'>paused for user interaction</a>. + </td></tr></tbody><tbody><tr><td><dfn id="event-media-seeking" title="event-media-seeking"><code>seeking</code></dfn> </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> </td><td>The <code title="dom-media-seeking"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-seeking" class="full-spec-link" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> IDL attribute changed to true and the seek operation is taking long enough that the user agent has time to fire the event. @@ -13458,11 +13460,11 @@ </td><td> </td></tr><tr><td><dfn id="event-media-play" title="event-media-play"><code>play</code></dfn> </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> - </td><td>Playback has begun. Fired after the <code title="dom-media-play"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-play" class="full-spec-link" title='Read about this "play()" reference in the full HTML5 spec.'>play()</a></code> method has returned, or when the <code title="attr-media-autoplay"><a href="#attr-media-autoplay" id="autoplay-6">autoplay</a></code> attribute has caused playback to begin. + </td><td>The element is no longer paused. Fired after the <code title="dom-media-play"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-play" class="full-spec-link" title='Read about this "play()" reference in the full HTML5 spec.'>play()</a></code> method has returned, or when the <code title="attr-media-autoplay"><a href="#attr-media-autoplay" id="autoplay-6">autoplay</a></code> attribute has caused playback to begin. </td><td><code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is newly false. </td></tr><tr><td><dfn id="event-media-pause" title="event-media-pause"><code>pause</code></dfn> </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> - </td><td>Playback has been paused. Fired after the <code title="dom-media-pause"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-pause" class="full-spec-link" title='Read about this "pause()" reference in the full HTML5 spec.'>pause()</a></code> method has returned. + </td><td>The element has been paused. Fired after the <code title="dom-media-pause"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-pause" class="full-spec-link" title='Read about this "pause()" reference in the full HTML5 spec.'>pause()</a></code> method has returned. </td><td><code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is newly true. </td></tr><tr><td><dfn id="event-media-ratechange" title="event-media-ratechange"><code>ratechange</code></dfn> </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> @@ -43504,6 +43506,7 @@ <a class="index-counter" href="#media-data-8">(6)</a> <a class="index-counter" href="#media-data-9">(7)</a> <a class="index-counter" href="#media-data-10">(8)</a> +<a class="index-counter" href="#media-data-11">(9)</a> </dd> </dl><dl id="media-element-attributes_index"><dt><span>media element attributes</span> </dt> Index: spec.preprocessed.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v retrieving revision 1.256 retrieving revision 1.257 diff -u -d -r1.256 -r1.257 --- spec.preprocessed.html 15 Apr 2011 00:54:26 -0000 1.256 +++ spec.preprocessed.html 15 Apr 2011 01:53:44 -0000 1.257 @@ -343,7 +343,7 @@ </head><body onload="init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4832</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4835</span></h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <h2 class="no-num no-toc" id="editor-s-draft-15-april-2011">Editor's Draft 15 April 2011</h2> <dl><dt>Latest Published Version:</dt> @@ -365,7 +365,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4832.</p> + This is revision 1.4835.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -23459,10 +23459,10 @@ <p>Otherwise, the <a href="#media-element">media element</a>'s <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> attribute has the value <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code> or - <code title="dom-media-HAVE_ENOUGH_DATA"><a href="#dom-media-have_enough_data">HAVE_ENOUGH_DATA</a></code>; - <a href="#queue-a-task">queue a task</a> to <a href="#fire-a-simple-event">fire a simple event</a> - named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code> at the - element.</p> + <code title="dom-media-HAVE_ENOUGH_DATA"><a href="#dom-media-have_enough_data">HAVE_ENOUGH_DATA</a></code>; if + the <a href="#media-element">media element</a> is <a href="#potentially-playing">potentially + playing</a>, then <a href="#queue-a-task">queue a task</a> to <a href="#fire-a-simple-event">fire a + simple event</a> named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code> at the element.</p> </li> @@ -25294,14 +25294,6 @@ </td><td><code><a href="#event">Event</a></code> </td><td>The user agent can render the <a href="#media-data">media data</a> at the <a href="#current-playback-position">current playback position</a> for the first time. </td><td><code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> newly increased to <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data">HAVE_CURRENT_DATA</a></code> or greater for the first time. - </td></tr><tr><td><dfn id="event-media-waiting" title="event-media-waiting"><code>waiting</code></dfn> - </td><td><code><a href="#event">Event</a></code> - </td><td>Playback has stopped because the next frame is not available, but the user agent expects that frame to become available in due course. - </td><td><code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> is newly equal to or less than <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data">HAVE_CURRENT_DATA</a></code>, and <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> is false. Either <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> is true, or the <a href="#current-playback-position">current playback position</a> is not contained in any of the ranges in <code title="dom-media-buffered"><a href="#dom-media-buffered">buffered</a></code>. It is possible for playback to stop for two other reasons without <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> being false, but those two reasons do not fire this event: maybe <a href="#ended-playback" title="ended playback">playback ended</a>, or playback <a href="#stopped-due-to-errors">stopped due to errors</a>. - </td></tr><tr><td><dfn id="event-media-playing" title="event-media-playing"><code>playing</code></dfn> - </td><td><code><a href="#event">Event</a></code> - </td><td>Playback has started. - </td><td><code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> is newly equal to or greater than <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code>, <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> is false, <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> is false, or the <a href="#current-playback-position">current playback position</a> is contained in one of the ranges in <code title="dom-media-buffered"><a href="#dom-media-buffered">buffered</a></code>. </td></tr><tr><td><dfn id="event-media-canplay" title="event-media-canplay"><code>canplay</code></dfn> </td><td><code><a href="#event">Event</a></code> </td><td>The user agent can resume playback of the <a href="#media-data">media data</a>, but estimates that if playback were to be started now, the <a href="#media-resource">media resource</a> could not be rendered at the current playback rate up to its end without having to stop for further buffering of content. @@ -25310,7 +25302,17 @@ </td><td><code><a href="#event">Event</a></code> </td><td>The user agent estimates that if playback were to be started now, the <a href="#media-resource">media resource</a> could be rendered at the current playback rate all the way to its end without having to stop for further buffering. </td><td><code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> is newly equal to <code title="dom-media-HAVE_ENOUGH_DATA"><a href="#dom-media-have_enough_data">HAVE_ENOUGH_DATA</a></code>. - + </td></tr><tr><td><dfn id="event-media-waiting" title="event-media-waiting"><code>waiting</code></dfn> + </td><td><code><a href="#event">Event</a></code> + </td><td>Playback has stopped because the next frame is not available, but the user agent expects that frame to become available in due course. + </td><td><code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> is equal to or less than <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data">HAVE_CURRENT_DATA</a></code>, and <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> is false. Either <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> is true, or the <a href="#current-playback-position">current playback position</a> is not contained in any of the ranges in <code title="dom-media-buffered"><a href="#dom-media-buffered">buffered</a></code>. It is possible for playback to stop for other reasons without <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> being false, but those reasons do not fire this event: e.g. + <a href="#ended-playback" title="ended playback">playback ended</a>, or playback <a href="#stopped-due-to-errors">stopped due to errors</a>, or the element has <a href="#paused-for-user-interaction">paused for user interaction</a>. + </td></tr><tr><td><dfn id="event-media-playing" title="event-media-playing"><code>playing</code></dfn> + </td><td><code><a href="#event">Event</a></code> + </td><td>Playback has started after having been delayed due to lack of <a href="#media-data">media data</a>. + </td><td>The element is newly <a href="#potentially-playing">potentially playing</a>, either because <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> is newly equal to or greater than <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code>, or because <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> is newly false. It is possible for playback to start without this event firing, e.g. if when playback would have started, + the element had been <a href="#paused-for-user-interaction">paused for user interaction</a>. + </td></tr></tbody><tbody><tr><td><dfn id="event-media-seeking" title="event-media-seeking"><code>seeking</code></dfn> </td><td><code><a href="#event">Event</a></code> </td><td>The <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> IDL attribute changed to true and the seek operation is taking long enough that the user agent has time to fire the event. @@ -25334,11 +25336,11 @@ </td><td> </td></tr><tr><td><dfn id="event-media-play" title="event-media-play"><code>play</code></dfn> </td><td><code><a href="#event">Event</a></code> - </td><td>Playback has begun. Fired after the <code title="dom-media-play"><a href="#dom-media-play">play()</a></code> method has returned, or when the <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code> attribute has caused playback to begin. + </td><td>The element is no longer paused. Fired after the <code title="dom-media-play"><a href="#dom-media-play">play()</a></code> method has returned, or when the <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code> attribute has caused playback to begin. </td><td><code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> is newly false. </td></tr><tr><td><dfn id="event-media-pause" title="event-media-pause"><code>pause</code></dfn> </td><td><code><a href="#event">Event</a></code> - </td><td>Playback has been paused. Fired after the <code title="dom-media-pause"><a href="#dom-media-pause">pause()</a></code> method has returned. + </td><td>The element has been paused. Fired after the <code title="dom-media-pause"><a href="#dom-media-pause">pause()</a></code> method has returned. </td><td><code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> is newly true. </td></tr><tr><td><dfn id="event-media-ratechange" title="event-media-ratechange"><code>ratechange</code></dfn> </td><td><code><a href="#event">Event</a></code>
Received on Friday, 15 April 2011 01:53:49 UTC