[html5] r4065 - [e] (0) make 'progress' include skipped files to make the progress bar not jump [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 30 03:15:50 PDT 2009


Author: ianh
Date: 2009-09-30 03:15:49 -0700 (Wed, 30 Sep 2009)
New Revision: 4065

Modified:
   index
   source
Log:
[e] (0) make 'progress' include skipped files to make the progress bar not jump at the end
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7763

Modified: index
===================================================================
--- index	2009-09-30 10:13:44 UTC (rev 4064)
+++ index	2009-09-30 10:15:49 UTC (rev 4065)
@@ -53100,11 +53100,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>
 

Modified: source
===================================================================
--- source	2009-09-30 10:13:44 UTC (rev 4064)
+++ source	2009-09-30 10:15:49 UTC (rev 4065)
@@ -60059,11 +60059,12 @@
      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
-     <span>shows caching progress</span>, the display of some sort of
-     user interface indicating to the user that a file is being
-     downloaded in preparation for updating the application.</p></li>
+     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 <span>shows caching progress</span>, the display
+     of some sort of user interface indicating to the user that a file
+     is being downloaded in preparation for updating the
+     application.</p></li>
 
      <li>
 




More information about the Commit-Watchers mailing list