Skip to content

Commit

Permalink
[e] (0) make 'progress' include skipped files to make the progress ba…
Browse files Browse the repository at this point in the history
…r not jump at the end

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7763

git-svn-id: http://svn.whatwg.org/webapps@4065 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 30, 2009
1 parent bd1bb7c commit 32db477
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions index
Expand Up @@ -53100,11 +53100,12 @@ NETWORK:
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>

Expand Down
11 changes: 6 additions & 5 deletions source
Expand Up @@ -60059,11 +60059,12 @@ NETWORK:
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>

Expand Down

0 comments on commit 32db477

Please sign in to comment.