- From: CVS User ihickson <cvsmail@w3.org>
- Date: Thu, 24 Jan 2013 01:38:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource
In directory roscoe:/tmp/cvs-serv22766
Modified Files:
Overview.html
Log Message:
Embrace the Encodings specification. (whatwg r7647)
--- /sources/public/html5/eventsource/Overview.html 2013/01/02 22:23:39 1.234
+++ /sources/public/html5/eventsource/Overview.html 2013/01/24 01:38:51 1.235
@@ -216,7 +216,7 @@
<h1>Server-Sent Events</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-2-january-2013">Editor's Draft 2 January 2013</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-24-january-2013">Editor's Draft 24 January 2013</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 2 January 2013 Editor's Draft.
+ This specification is the 24 January 2013 Editor's Draft.
</p>
@@ -1365,22 +1365,16 @@
<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>
+ <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>
+ <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>
+ <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>
<dt id="refsWEBIDL">[WEBIDL]</dt>
-
- <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web
- IDL</a></cite>, C. McCormack. W3C.</dd>
+ <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web IDL</a></cite>, C. McCormack. W3C.</dd>
<dt id="refsWEBWORKERS">[WEBWORKERS]</dt>
<dd><cite><a href="http://dev.w3.org/html5/workers/">Web Workers</a></cite>, I. Hickson. W3C.</dd>
Received on Thursday, 24 January 2013 01:38:52 UTC