html5/eventsource Overview.html,1.39,1.40

Update of /sources/public/html5/eventsource
In directory hutz:/tmp/cvs-serv18816

Modified Files:
	Overview.html 
Log Message:
Fix use of <i>, <em>, punctuation. Add note to <em> section. (whatwg r3394)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Overview.html	13 Jul 2009 03:15:27 -0000	1.39
+++ Overview.html	13 Jul 2009 11:16:21 -0000	1.40
@@ -264,7 +264,7 @@
  <li><a href="#notes"><span class="secno">8 </span>Notes</a></li>
  <li><a href="#garbage-collection"><span class="secno">9 </span>Garbage collection</a></li>
  <li><a class="no-num" href="#references">References</a></ol>
-<!--end-toc--><hr><h2 id="server-sent-events-intro"><span class="secno">1 </span>Introduction</h2><p><em>This section is non-normative.</em><p>To enable servers to push data to Web pages over HTTP or using
+<!--end-toc--><hr><h2 id="server-sent-events-intro"><span class="secno">1 </span>Introduction</h2><p><i>This section is non-normative.</i><p>To enable servers to push data to Web pages over HTTP or using
   dedicated server-push protocols, this specification introduces the
   <code><a href="#eventsource">EventSource</a></code> interface.<p class="XXX">An introduction to the client-side and
   server-side of using the direct connection APIs.<h2 id="conformance-requirements"><span class="secno">2 </span>Conformance requirements</h2><p>All diagrams, examples, and notes in this specification are

Received on Monday, 13 July 2009 11:16:32 UTC