- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Oct 2011 19:23:19 -0400
- To: public-html-diffs@w3.org
SSE; hixie: xref (whatwg r6664)
http://dev.w3.org/cvsweb/html5/eventsource/Overview.html?r1=1.201&r2=1.202&f=h
http://html5.org/tools/web-apps-tracker?from=6663&to=6664
===================================================================
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:21 UTC