html5/spec Overview.html,1.3226,1.3227

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

Modified Files:
	Overview.html 
Log Message:
make 'progress' include skipped files to make the progress bar not jump at the end (whatwg r4065)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3226
retrieving revision 1.3227
diff -u -d -r1.3226 -r1.3227
--- Overview.html	30 Sep 2009 10:05:11 -0000	1.3226
+++ Overview.html	30 Sep 2009 10:07:17 -0000	1.3227
@@ -47878,11 +47878,12 @@
      attribute must be set to true, the <code title="dom-ProgressEvents-total">total</code> attribute must be
      set to the number of files in <var title="">file list</var>, and
      the <code title="dom-ProgressEvents-loaded">loaded</code>
-     attribute must be set to the number of number of files in <var title="">file list</var> that have been downloaded so far. The
-     default action of these events must be, if the user agent
-     <a href="#shows-caching-progress">shows caching progress</a>, the display of some sort of
-     user interface indicating to the user that a file is being
-     downloaded in preparation for updating the application.</li>
+     attribute must be set to the number of number of files in <var title="">file list</var> that have been either downloaded or
+     skipped so far. The default action of these events must be, if
+     the user agent <a href="#shows-caching-progress">shows caching progress</a>, the display
+     of some sort of user interface indicating to the user that a file
+     is being downloaded in preparation for updating the
+     application.</li>
 
      <li>
 

Received on Wednesday, 30 September 2009 10:07:22 UTC