RESOLVED INVALID 14996
Support for RemoteEventTarget interface
https://bugs.webkit.org/show_bug.cgi?id=14996
Summary Support for RemoteEventTarget interface
Henry Mason
Reported 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.
Attachments
sideshowbarker
Comment 1 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
Anne van Kesteren
Comment 2 2010-07-10 01:47:40 PDT
INVALID per comment 1.
Note You need to log in before you can comment on or make changes to this bug.