- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Aug 2010 00:33:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9981
Modified Files:
Overview.html
Log Message:
Clarify 'stall' to be less ambiguous about when it fires. (whatwg r5322)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4241
retrieving revision 1.4242
diff -u -d -r1.4241 -r1.4242
--- Overview.html 23 Aug 2010 23:45:37 -0000 1.4241
+++ Overview.html 24 Aug 2010 00:33:52 -0000 1.4242
@@ -311,7 +311,7 @@
<h1>HTML5</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-23-august-2010">Editor's Draft 23 August 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-24-august-2010">Editor's Draft 24 August 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -417,7 +417,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 23 August 2010 Editor's Draft.
+ This specification is the 24 August 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -21309,9 +21309,12 @@
is <em>least</em> frequent, <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-progress"><a href="#event-media-progress">progress</a></code> at the element.</p>
- <p>If at any point the user agent has received no data for more
- than about three seconds, 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-stalled"><a href="#event-media-stalled">stalled</a></code> at the element.</p>
+ <p>The <dfn id="stall-timeout">stall timeout</dfn> is a user-agent defined length of
+ time, which should be about three seconds. When a <a href="#media-element">media
+ element</a> that is actively attempting to obtain <a href="#media-data">media
+ data</a> has failed to receive any data for a duration equal to
+ the <a href="#stall-timeout">stall timeout</a>, 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> named <code title="event-media-stalled"><a href="#event-media-stalled">stalled</a></code> at the element.</p>
<p>User agents may allow users to selectively block or slow
<a href="#media-data">media data</a> downloads. When a <a href="#media-element">media
Received on Tuesday, 24 August 2010 00:33:58 UTC