[Bug 23787] Clarify that which HTTP entity body is referred in ProgressEvent spec

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23787

Takeshi Yoshino <tyoshino@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #4 from Takeshi Yoshino <tyoshino@google.com> ---
Thanks for the update, Anne, but the new text needs one fix.

http://xhr.spec.whatwg.org/

> To fire an upload progress event named e means to fire an event named e with an event using the ProgressEvent interface that also meets these conditions:
> 
> Initialize the loaded attribute to the length of request's body.
> If the length of response's body is known through the Content-Length header, set the lengthComputable attribute value to true and the total attribute value to the length.

"response" in the 2nd bullet point should be "request".

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 22 November 2013 03:41:19 UTC