[Bug 14895] MouseEventInit not defined by [DOMEVENTS] (DOM-3 Events)

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

--- Comment #5 from Glenn Adams <glenn@skynav.com> 2012-09-08 00:04:48 UTC ---
(In reply to comment #4)
> I'm not sure if this helps, but DOM3 Events now describes (non-normatively) the
> MouseEventInit dictionary:
> 
> http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#idl-interface-MouseEvent-initializers
> 
> If a normative reference to a spec defining (non-normatively) the dictionary
> type is acceptable, then we can make progress on this bug. Otherwise, we may
> need to take a more creative route.

Since the DragEventInit type in 7.7.4 [1] purports to be a normative definition
that derives from MouseEventInit type as its super-interface, then either we
need a normative definition of MouseEventInit or we need to remove the
super-interface dependency.

Since you are a co-editor of DOMEVENTS, perhaps the simple fix is to make the
definitions normative.

[1] http://dev.w3.org/html5/spec/single-page.html#the-dragevent-interface

-- 
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, 8 September 2012 00:04:50 UTC