Bug 14995
| Summary: | Support for event-source element | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Henry Mason <hmason> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Enhancement | CC: | emacemac7, gregory.houston, mike, mjs |
| Priority: | P2 | ||
| Version: | 523.x (Safari 3) | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | http://www.whatwg.org/specs/web-apps/current-work/multipage/section-scripting0.html#event-source | ||
| Bug Depends on: | |||
| Bug Blocks: | 14997 | ||
Henry Mason
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
sideshowbarker
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
Maciej Stachowiak
server-sent events were added in bug 14997. We probably won't add the event-source element, though, since that has been obsoleted.