html5/spec Overview.html,1.2022,1.2023

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8281

Modified Files:
	Overview.html 
Log Message:
Stop duplicate 'playing' events. (whatwg r2852)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2022
retrieving revision 1.2023
diff -u -d -r1.2022 -r1.2023
--- Overview.html	23 Feb 2009 08:02:55 -0000	1.2022
+++ Overview.html	23 Feb 2009 08:49:09 -0000	1.2023
@@ -15828,9 +15828,9 @@
     to override the behavior if so desired.</p>
 
     <p>If the element is now <a href=#potentially-playing>potentially playing</a>, and the
-    previous ready state was not <code title=dom-media-HAVE_FUTURE_DATA><a href=#dom-media-have_future_data>HAVE_FUTURE_DATA</a></code>, the
-    user agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple
-    event</a> called <code title=event-playing><a href=#event-playing>playing</a></code>.</p>
+    previous ready state was <code title=dom-media-HAVE_CURRENT_DATA><a href=#dom-media-have_current_data>HAVE_CURRENT_DATA</a></code> or
+    less, the user agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire
+    a simple event</a> called <code title=event-playing><a href=#event-playing>playing</a></code>.</p>
 
    </dd>
 

Received on Monday, 23 February 2009 08:49:21 UTC