- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Oct 2011 23:23:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource In directory hutz:/tmp/cvs-serv2915 Modified Files: Overview.html Log Message: xref (whatwg r6664) Index: Overview.html =================================================================== RCS file: /sources/public/html5/eventsource/Overview.html,v retrieving revision 1.201 retrieving revision 1.202 diff -u -d -r1.201 -r1.202 --- Overview.html 11 Oct 2011 00:45:42 -0000 1.201 +++ Overview.html 11 Oct 2011 23:23:09 -0000 1.202 @@ -475,7 +475,7 @@ <p>Do a <span>potentially CORS-enabled fetch</span> of the resulting <span>absolute URL</span>, with the <i>mode</i> being <span title="attr-crossorigin-use-credentials">Use - Credentials</span>, and the <i>origin</i> being the <span>entry + Credentials</span>, and the <i title="">origin</i> being the <span>entry script</span>'s <span>origin</span>, and process the resource obtained in this fashion, if any, as described below.</p> @@ -590,7 +590,7 @@ a <span>potentially CORS-enabled fetch</span> of the <span>absolute URL</span> of the event source resource, with the <i>mode</i> being <span title="attr-crossorigin-use-credentials">Use - Credentials</span>, and the <i>origin</i> being the same as the + Credentials</span>, and the <i title="">origin</i> being the same as the <span>origin</span> used in the original request triggered by the <code title="dom-EventSource"><a href="#dom-eventsource">EventSource()</a></code> constructor, and process the resource obtained in this fashion, if any, as described in this
Received on Tuesday, 11 October 2011 23:23:16 UTC