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 27323 - MouseEvent isn't defined in the UI Events spec
Summary: MouseEvent isn't defined in the UI Events spec
Status: RESOLVED WORKSFORME
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-14 08:18 UTC by Philip Jägenstedt
Modified: 2015-05-08 08:41 UTC (History)
2 users (show)

See Also:


Attachments

Description Philip Jägenstedt 2014-11-14 08:18:27 UTC
https://dom.spec.whatwg.org/#dom-document-createevent

The table in this section points to [UIEVENTS] for MouseEvent, but that spec only defines KeyboardEvent.

I'm having trouble figuring out which spec is actually the right one.
Comment 1 Anne 2014-11-14 09:13:38 UTC
I think it might be DOM Level 3 Events at the moment, but there's a dispute over what it should be called (mainly caused by yours truly). Guess I'll wait until that settles before doing anything here.