Bug 14996

Summary: Support for RemoteEventTarget interface
Product: WebKit Reporter: Henry Mason <hmason>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Enhancement CC: annevk, emacemac7, gregory.houston, mike
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: All   
OS: All   
URL: http://www.whatwg.org/specs/web-apps/current-work/multipage/section-server-sent-events.html#remoteeventtarget
Bug Depends on:    
Bug Blocks: 14997    

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.