- From: poot <cvsmail@w3.org>
- Date: Fri, 9 Apr 2010 13:05:59 +0900 (JST)
- To: public-html-diffs@w3.org
SSE; hixie: Make <object type=application/octet-stream> ignore the type= attribute for legacy compat. Also, fix some trailing spaces throughout. (whatwg r4990) http://dev.w3.org/cvsweb/html5/eventsource/Overview.html?r1=1.126&r2=1.127&f=h http://html5.org/tools/web-apps-tracker?from=4989&to=4990 =================================================================== RCS file: /sources/public/html5/eventsource/Overview.html,v retrieving revision 1.126 retrieving revision 1.127 diff -u -d -r1.126 -r1.127 --- Overview.html 4 Apr 2010 06:34:13 -0000 1.126 +++ Overview.html 9 Apr 2010 04:05:49 -0000 1.127 @@ -183,7 +183,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>Server-Sent Events</h1> - <h2 class="no-num no-toc" id="editor-s-draft-4-april-2010">Editor's Draft 4 April 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-9-april-2010">Editor's Draft 9 April 2010</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> @@ -246,7 +246,7 @@ Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 4 April 2010 Editor's Draft. + This specification is the 9 April 2010 Editor's Draft. </p><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of any patent disclosures</a> made in connection with the deliverables @@ -846,7 +846,7 @@ HTTP header, etc).</li> <li>The browser allows the mobile device to go to sleep.</li> - + <li>The server sends another message.</li> <li>The "push proxy" service uses a technology such as OMA push to @@ -947,7 +947,7 @@ This document is the relevant specification. </dd> <dt>Related information</dt> - <dd>None.</dd> + <dd>None.</dd> </dl><h2 class="no-num" id="references">References</h2><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- Dates are only included for standards older than the Web, because the newer ones keep changing. --><dl><dt id="refsABNF">[ABNF]</dt> <dd><cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented
Received on Friday, 9 April 2010 04:06:27 UTC