Bug 14996 - Support for RemoteEventTarget interface
Summary: Support for RemoteEventTarget interface
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL: http://www.whatwg.org/specs/web-apps/...
Keywords:
Depends on:
Blocks: 14997
  Show dependency treegraph
 
Reported: 2007-08-16 20:01 PDT by Henry Mason
Modified: 2010-07-10 01:47 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henry Mason 2007-08-16 20:01:29 PDT
As currently specified in HTML 5's section 6.2.1, WebKit should support the RemoteEventTarget interface for all classes which implement the EventTarget interface. This could probably be achieved by simply implementing the functionality in the EventTargetNode class, since all other classes which implement EventTarget seem to inherit from EventTargetNode.
Comment 1 sideshowbarker 2009-03-04 20:07:57 PST
RemoteEventTarget interface has been removed from the HTML5 draft; see http://html5.org/tools/web-apps-tracker?from=2869&to=2870

Spec now has an EventSource object:

http://www.whatwg.org/specs/web-apps/current-work/#eventsource
Comment 2 Anne van Kesteren 2010-07-10 01:47:40 PDT
INVALID per comment 1.