This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 9563 - The events passed to the event handlers are underspecified
Summary: The events passed to the event handlers are underspecified
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Indexed Database API (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Nikunj Mehta
QA Contact: public-webapps-bugzilla
URL: http://dev.w3.org/2006/webapi/WebSimp...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-20 18:59 UTC by Shawn Wilsher :sdwilsh (Mozilla)
Modified: 2010-06-17 00:12 UTC (History)
3 users (show)

See Also:


Attachments

Description Shawn Wilsher :sdwilsh (Mozilla) 2010-04-20 18:59:23 UTC
Either the spec is missing a reference somewhere, or there is no specifying what the event objects we give to the event handlers should look like in the current spec.
Comment 1 Jeremy Orlow 2010-06-02 13:57:25 UTC
I think the WebIDL laid out for events in "[IndexDB] Proposal for async API changes" [1] makes sense.

[1] http://www.mail-archive.com/public-webapps@w3.org/msg08825.html
Comment 2 Nikunj Mehta 2010-06-14 15:28:03 UTC
The current spec uses objects instantiated from the Event interface. I am working to change that to using IDBEvent subclasses.