Closed
Bug 709127
Opened 13 years ago
Closed 13 years ago
Implement MouseEvent and UIEvent ctors
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
|
12.03 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
These event ctors are defined in http://html5labs.interoperabilitybridges.com/dom4events/
Attachment #580445 -
Flags: review?(jst)
Updated•13 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Version: unspecified → Trunk
Updated•13 years ago
|
Attachment #580445 -
Flags: review?(jst) → review+
| Assignee | ||
Comment 1•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Keywords: dev-doc-needed
Comment 2•10 years ago
|
||
Doc updated:
https://developer.mozilla.org/en-US/Firefox/Releases/11#DOM
and
https://developer.mozilla.org/en-US/docs/Web/API/UIEvent.UIEvent
https://developer.mozilla.org/en-US/docs/Web/API/UIEvent.initUIEvent (marked as deprecated + link to new correct way)
https://developer.mozilla.org/en-US/docs/Web/API/UIEvent (link to ctor)
https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent.MouseEvent
https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent.initMouseEvent (marked as deprecated + link to new correct way)
https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent (link to ctor)
Keywords: dev-doc-needed → dev-doc-complete
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•