hixie: More tweaking of the event definitions, and some additional internal notes for future fixes. (whatwg r6014)

hixie: More tweaking of the event definitions, and some additional
internal notes for future fixes. (whatwg r6014)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4835&r2=1.4836&f=h
http://html5.org/tools/web-apps-tracker?from=6013&to=6014

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4835
retrieving revision 1.4836
diff -u -d -r1.4835 -r1.4836
--- Overview.html 15 Apr 2011 01:10:36 -0000 1.4835
+++ Overview.html 15 Apr 2011 19:01:38 -0000 1.4836
@@ -25384,17 +25384,17 @@
      <td><code><a href="#event">Event</a></code>
      <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><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>.
-    <tr><td><dfn id="event-media-waiting" title="event-media-waiting"><code>waiting</code></dfn>
-     <td><code><a href="#event">Event</a></code>
-     <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><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>.
     <tr><td><dfn id="event-media-playing" title="event-media-playing"><code>playing</code></dfn>
      <td><code><a href="#event">Event</a></code>
      <td>Playback has started after having been delayed due to lack of <a href="#media-data">media data</a>.
      <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>.
      
+    <tr><td><dfn id="event-media-waiting" title="event-media-waiting"><code>waiting</code></dfn>
+     <td><code><a href="#event">Event</a></code>
+     <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><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>.
    <tbody><tr><td><dfn id="event-media-seeking" title="event-media-seeking"><code>seeking</code></dfn>
      <td><code><a href="#event">Event</a></code>
      <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.
@@ -26647,7 +26647,7 @@
   used for layout purposes. If specified, the attribute's value must
   either be the empty string or the value "<code title="">1</code>".
   The attribute is used by certain user agents as an indication that
-  borders should be drawn around cells of the table.<div class="impl">
+  borders should be drawn around cells of the table.</p><div class="impl">
   <p>Tables can be complicated to understand and navigate. To help
   users with this, user agents should clearly dilineate cells in a
   table from each other, unless the user agent has classified the

Received on Friday, 15 April 2011 19:04:38 UTC