- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 31 Jul 2009 01:47:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv17986 Modified Files: Overview.html Log Message: Clarify what 'completely fetched the entire resource' means... (whatwg r3510) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2707 retrieving revision 1.2708 diff -u -d -r1.2707 -r1.2708 --- Overview.html 31 Jul 2009 01:28:48 -0000 1.2707 +++ Overview.html 31 Jul 2009 01:47:18 -0000 1.2708 @@ -18616,10 +18616,10 @@ </dd> - </dl><p>When the user agent has completely fetched of the entire - <a href="#media-resource">media resource</a>, it must move on to the next - step. This might never happen, e.g. when streaming an infinite - resource such as Web radio.</p> + </dl><p>When the <a href="#networking-task-source">networking task source</a> has <a href="#queue-a-task" title="queue a task">queued</a> the last <a href="#concept-task" title="concept-task">task</a> as part of <a href="#fetch" title="fetch">fetching</a> the <a href="#media-resource">media resource</a> + (i.e. once the download has completed), the user agent must move + on to the next step. This might never happen, e.g. when streaming + an infinite resource such as Web radio.</p> </li> @@ -66160,6 +66160,7 @@ Ralf Stoltze, Ralph Giles, Raphael Champeimont, + Remco, Rene Saarsoo, Rene Stach, Rich Doughty,
Received on Friday, 31 July 2009 01:47:30 UTC