- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 30 Aug 2010 18:50:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource
In directory hutz:/tmp/cvs-serv32407
Modified Files:
Overview.html
Log Message:
clarify what this means (whatwg r5402)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- Overview.html 30 Aug 2010 18:47:24 -0000 1.145
+++ Overview.html 30 Aug 2010 18:50:45 -0000 1.146
@@ -391,7 +391,8 @@
<li><p>If the <span>origin</span> of the resulting <span>absolute
URL</span> is not the <span>same origin</span> as that of the
<span>entry script</span>, then act as if the resource could not be
- obtained due to a network error and abort these steps.</li>
+ obtained due to a network error: <a href="#fail-the-connection">fail the connection</a>
+ and abort these steps.</li>
<li>
Received on Monday, 30 August 2010 18:50:49 UTC