html5/eventsource Overview.html,1.50,1.51

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

Modified Files:
	Overview.html 
Log Message:
Update references in all the specs I'm working on. (whatwg r3581)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Overview.html	11 Aug 2009 00:58:02 -0000	1.50
+++ Overview.html	11 Aug 2009 01:55:03 -0000	1.51
@@ -1109,10 +1109,40 @@
   <p>Fragment identifiers have no meaning with
   <code><a href="#text-event-stream">text/event-stream</a></code> resources.</p>
 
+
   <h2 class="no-num" id="references">References</h2>
 
-  <p class="big-issue">This section will be written in a future
-  draft.<!--XXX--></p>
+  <p>All references are normative unless marked "Non-normative".</p>
+
+  <dl>
+
+   <dt id="refsABNF">[ABNF]</dt>
+   <dd><cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented
+   BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,
+   P. Overell. IETF, January 2008.</dd>
+
+   <dt id="refsCORS">[CORS]</dt>
+   <!--
+   <dd><cite><a href="http://www.w3.org/TR/cors/">Cross-Origin
+   Resource Sharing</a></cite>, A. van Kesteren. W3C, March 2009.</dd>
+   -->
+   <dd><cite><a href="http://dev.w3.org/2006/waf/access-control/">Cross-Origin
+   Resource Sharing</a></cite>, A. Kesteren.  W3C, June 2009.</dd>
+
+   <dt id="refsDOMEVENTS">[DOMEVENTS]</dt>
+   <!--
+   <dd><cite><a
+   href="http://www.w3.org/TR/DOM-Level-3-Events/">Document Object
+   Model (DOM) Level 3 Events Specification</a></cite>,
+   B. H&ouml;hrmann, P. Le Hegaret, T. Pixley. W3C, December
+   2007.</dd>
+   -->
+   <dd><cite><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html">Document
+   Object Model (DOM) Level 3 Events Specification</a></cite>,
+   D. Schepers. W3C, July 2009.</dd>
+
+  </dl>
+
 
  
 

Received on Tuesday, 11 August 2009 01:55:15 UTC