html5/spec-author-view spec.html,1.1351,1.1352 spec.preprocessed.html,1.257,1.258

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv22138

Modified Files:
	spec.html spec.preprocessed.html 
Log Message:
More tweaking of the event definitions, and some additional internal notes for future fixes. (whatwg r6014)

[updated by splitter]


Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1351
retrieving revision 1.1352
diff -u -d -r1.1351 -r1.1352
--- spec.html	15 Apr 2011 01:53:42 -0000	1.1351
+++ spec.html	15 Apr 2011 19:54:04 -0000	1.1352
@@ -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.4835</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4836</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.4835.</p> 
+      This is revision 1.4836.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>&#174;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -13426,17 +13426,17 @@
      </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><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 (and when those situations resolve, a separate <code title="event-media-playing"><a href="#event-media-playing" id="playing">playing</a></code> event is not fired either): 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></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.
@@ -27586,7 +27586,7 @@
 
     </td></tr><tr><th id="ix-handler-onplaying"> <code title="">onplaying</code>
      </th><td> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplaying" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
-     </td><td> <code title="event-media-playing"><a href="#event-media-playing" id="playing">playing</a></code> event handler
+     </td><td> <code title="event-media-playing"><a href="#event-media-playing" id="playing-0">playing</a></code> event handler
      </td><td> <a href="#event-handler-content-attributes" id="event-handler-content-attributes-59" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th id="ix-handler-window-onpopstate"> <code title="">onpopstate</code>
@@ -46683,9 +46683,10 @@
 </dt>
 <dd>
 <a class="dfn-ref" href="#event-media-playing"><span class="secno">4.8.10.13 </span>Event summary</a>
+<a class="index-counter" href="#playing">(2)</a>
 </dd>
 <dd>
-<a class="no-num" href="#playing">Attributes</a>
+<a class="no-num" href="#playing-0">Attributes</a>
 </dd>
 </dl><dl id="plugin_index"><dt><span>plugin</span>
 </dt>

Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- spec.preprocessed.html	15 Apr 2011 01:53:44 -0000	1.257
+++ spec.preprocessed.html	15 Apr 2011 19:54:08 -0000	1.258
@@ -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.4835</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4836</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.4835.</p> 
+      This is revision 1.4836.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>&#174;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -25302,17 +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><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 (and when those situations resolve, a separate <code title="event-media-playing"><a href="#event-media-playing">playing</a></code> event is not fired either): 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></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.

Received on Friday, 15 April 2011 19:54:13 UTC