- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Sep 2009 08:24:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource In directory hutz:/tmp/cvs-serv29062 Modified Files: Overview.html Log Message: Make the order of the tokeniser lines more consistent. (whatwg r3895) Index: Overview.html =================================================================== RCS file: /sources/public/html5/eventsource/Overview.html,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- Overview.html 18 Sep 2009 08:09:38 -0000 1.67 +++ Overview.html 18 Sep 2009 08:24:39 -0000 1.68 @@ -423,8 +423,8 @@ network error if the <span>origin</span> of the <span>URL</span> of the resource to be <span title="fetch">fetched</span> is not the <span>same origin</span> as that of the <span>first script</span> - when the <a href="#dom-eventsource" title="dom-EventSource">EventSource() - constructor is invoked.</a></p><!-- v2: add CORS support --><hr><p>As data is received, the <span title="concept-task">tasks</span> + when the <code title="dom-EventSource"><a href="#dom-eventsource">EventSource()</a></code> + constructor is invoked.</p><!-- v2: add CORS support --><hr><p>As data is received, the <span title="concept-task">tasks</span> queued by the <span>networking task source</span> to handle the data must act as follows.<p>HTTP 200 OK responses with a <span>Content-Type</span> header specifying the type <code><a href="#text-event-stream">text/event-stream</a></code> must be processed
Received on Friday, 18 September 2009 08:24:49 UTC