- From: CVS User ihickson <cvsmail@w3.org>
- Date: Fri, 17 Jan 2014 08:12:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource In directory roscoe:/tmp/cvs-serv25611 Modified Files: Overview.html Log Message: Various editorial tweaks. (whatwg r8405) --- /sources/public/html5/eventsource/Overview.html 2013/11/15 15:56:20 1.253 +++ /sources/public/html5/eventsource/Overview.html 2014/01/17 08:12:32 1.254 @@ -216,7 +216,7 @@ <h1>Server-Sent Events</h1> - <h2 class="no-num no-toc" id="editor-s-draft-15-november-2013">Editor's Draft 15 November 2013</h2> + <h2 class="no-num no-toc" id="editor-s-draft-17-january-2014">Editor's Draft 17 January 2014</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/eventsource/">http://www.w3.org/TR/eventsource/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -354,7 +354,7 @@ </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 15 November 2013 Editor's Draft. + This specification is the 17 January 2014 Editor's Draft. </p> @@ -578,11 +578,7 @@ <ol><li><p><span title="resolve a url">Resolve</span> the <span>URL</span> specified in the first argument, relative to the <span>API base URL</span> specified by the <span>entry settings - object</span>. - - <a href="#refsHTML">[HTML]</a> - - </li> + object</span>.</li> <li><p>If the previous step failed, then throw a <code>SyntaxError</code> exception and abort these steps.</li> @@ -600,11 +596,11 @@ <li> - <p>Do a <span>potentially CORS-enabled fetch</span> of the resulting <span>absolute URL</span> using the <span>API referrer source</span> specified by the <span>entry settings - object</span>, with the <i>mode</i> being <var title="">CORS mode</var>, and the <i title="">origin</i> being the <span>origin</span> specified by the <span>entry settings object</span>, and process the resource obtained in this fashion, if any, as - described below.</p> + object</span>, with the <i>mode</i> being <var title="">CORS mode</var>, and the <i title="">origin</i> being the <span>origin</span> specified by the <span>entry settings + object</span>, and process the resource obtained in + this fashion, if any, as described below.</p> <p class="note">The definition of the <span title="fetch">fetching</span> algorithm (which is used by CORS) is such that if the browser is already fetching the resource identified by the @@ -816,7 +812,7 @@ any-char = %x0000-0009 / %x000B-000C / %x000E-10FFFF ; a <span>Unicode character</span> other than U+000A LINE FEED (LF) or U+000D CARRIAGE RETURN (CR)</pre> - <p>Event streams in this format must always be encoded as UTF-8. <a href="#refsRFC3629">[RFC3629]</a></p> + <p>Event streams in this format must always be encoded as UTF-8. <a href="#refsENCODING">[ENCODING]</a></p> <p>Lines must be separated by either a U+000D CARRIAGE RETURN U+000A LINE FEED (CRLF) character pair, a single U+000A LINE FEED (LF) character, or a single U+000D CARRIAGE RETURN (CR) @@ -1283,15 +1279,15 @@ <dt id="refsDOM">[DOM]</dt> <dd><cite><a href="http://dom.spec.whatwg.org/">DOM</a></cite>, A. van Kesteren, A. Gregor, Ms2ger. WHATWG.</dd> + <dt id="refsENCODING">[ENCODING]</dt> + <dd><cite><a href="http://encoding.spec.whatwg.org/">Encoding</a></cite>, A. van Kesteren, J. Bell. WHATWG.</dd> + <dt id="refsHTML">[HTML]</dt> <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML</a></cite>, I. Hickson. WHATWG.</dd> <dt id="refsRFC2119">[RFC2119]</dt> <dd><cite><a href="http://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF.</dd> - <dt id="refsRFC3629">[RFC3629]</dt> - <dd><cite><a href="http://tools.ietf.org/html/rfc3629">UTF-8, a transformation format of ISO 10646</a></cite>, F. Yergeau. IETF.</dd> - <dt id="refsRFC3864">[RFC3864]</dt> <dd><cite><a href="http://tools.ietf.org/html/rfc3864">Registration Procedures for Message Header Fields</a></cite>, G. Klyne, M. Nottingham, J. Mogul. IETF.</dd> @@ -1300,7 +1296,6 @@ </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2> - <p>For a full list of acknowledgements, please see the HTML - specification. <a href="#refsHTML">[HTML]</a></p> + <p>For a full list of acknowledgements, please see the <a href="http://whatwg.org/html">WHATWG HTML standard</a>.</p>
Received on Friday, 17 January 2014 08:12:34 UTC