[Bug 16306] 'timeout' event defined but never fired

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

Glenn Adams <glenn@skynav.com> changed:

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

--- Comment #2 from Glenn Adams <glenn@skynav.com> 2012-03-10 19:03:12 UTC ---
(In reply to comment #1)
> It is in fact defined:
> http://dvcs.w3.org/hg/xhr/raw-file/8d4e9ccfdbd4/Overview.html#timeout-error
> ---
> 
> When something is said to be an timeout error run the request error steps for
> exception "TimeoutError" and event timeout.
> 
> When something is said to be a request error for exception exception and event
> event run these steps:
> 
> [...]
> 
> 9. Fire a progress event named event.

thanks for pointing that out; however, I see this does not use the formulaic
language that is used in other event firing cases; namely, one of:

(1) fire an event named X
(2) fire a progress event named X

for consistency, I would suggest changing the text to use one of the above
forms

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 10 March 2012 19:03:14 UTC