hixie: more minor tweaks to the event descriptions (whatwg r6013)

hixie: more minor tweaks to the event descriptions (whatwg r6013)

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

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4834
retrieving revision 1.4835
diff -u -d -r1.4834 -r1.4835
--- Overview.html 15 Apr 2011 01:03:30 -0000 1.4834
+++ Overview.html 15 Apr 2011 01:10:36 -0000 1.4835
@@ -25391,10 +25391,10 @@
      <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.
+     <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 <a href="#paused-for-user-interaction">paused for user interaction</a> but the user has now made the necesary selection.
-
+     the element had been <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.
@@ -25418,11 +25418,11 @@
      <td>
     <tr><td><dfn id="event-media-play" title="event-media-play"><code>play</code></dfn>
      <td><code><a href="#event">Event</a></code>
-     <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>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><code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> is newly false.
     <tr><td><dfn id="event-media-pause" title="event-media-pause"><code>pause</code></dfn>
      <td><code><a href="#event">Event</a></code>
-     <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>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><code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> is newly true.
     <tr><td><dfn id="event-media-ratechange" title="event-media-ratechange"><code>ratechange</code></dfn>
      <td><code><a href="#event">Event</a></code>

Received on Friday, 15 April 2011 01:13:21 UTC