- From: <bugzilla@jessica.w3.org>
- Date: Mon, 07 Oct 2013 18:05:17 +0000
- To: public-webapps@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23451 Bug ID: 23451 Summary: Error Attribute Setting and Error Event Firing Currently Have Backwards Order Product: WebAppsWG Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: File API Assignee: arun@mozilla.com Reporter: arun@mozilla.com QA Contact: public-webapps-bugzilla@w3.org CC: public-webapps@w3.org On listserv traffic to public-webapps, brmatthe points out: File API: 8.5.6 step 1 in the spec starts "Fire a progress event called error. Set the error attribute;". Doesn't firing an event call the event handlers immediately? If so, this seems to be saying to call the error handler *before* setting the error attribute, which seems backwards. Expected: event and event attribute setting are not backwards. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Monday, 7 October 2013 18:05:21 UTC