Bug 14995 - Support for event-source element
Summary: Support for event-source element
Status: RESOLVED WONTFIX
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 19:57 PDT by Henry Mason
Modified: 2009-10-23 22:36 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 19:57:26 PDT
As currently specified in HTML 5's section 3.17.3, WebKit should support the event-source element. This would assist in reading remote event sources in HTML documents.
Comment 1 sideshowbarker 2009-03-04 20:04:33 PST
The element and API have now been replaced in the HTML5 draft by an EventSource object. See http://html5.org/tools/web-apps-tracker?from=2869&to=2870
Comment 2 Maciej Stachowiak 2009-10-23 22:36:58 PDT
server-sent events were added in bug 14997. We probably won't add the event-source element, though, since that has been obsoleted.