- From: poot <cvsmail@w3.org>
- Date: Wed, 30 Sep 2009 19:07:28 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: make 'progress' include skipped files to make the progress bar not jump at the end (whatwg r4065) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3226&r2=1.3227&f=h http://html5.org/tools/web-apps-tracker?from=4064&to=4065 =================================================================== 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:59 UTC