Fix up some Workers examples; remove extraneous <link rel=alternate> step in Atom export. (credit: sp) (whatwg r3117)

Fix up some Workers examples; remove extraneous <link rel=alternate>
step in Atom export. (credit: sp) (whatwg r3117)

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2275.html#editor-s-draft-date-1-january-1970
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2275.html#a-vocabulary-and-associated-apis-for-html-and-xhtml
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2275.html#extracting-atom
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2275.html#status-of-this-document

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2274&r2=1.2275&f=h
http://html5.org/tools/web-apps-tracker?from=3116&to=3117

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2274
retrieving revision 1.2275
diff -u -d -r1.2274 -r1.2275
--- Overview.html 22 May 2009 05:55:23 -0000 1.2274
+++ Overview.html 23 May 2009 09:09:15 -0000 1.2275
@@ -152,7 +152,7 @@
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 22 May 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 23 May 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -245,7 +245,7 @@
   track.
   <!--ZZZ:-->
   <!--This specification is the 23 April 2009 Working Draft.-->
-  This specification is the 22 May 2009 Editor's Draft.
+  This specification is the 23 May 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -40415,15 +40415,6 @@
    <li>
 
     <p>Let <var title="">x</var> be a <code title="">link</code>
-    element in the <a href="#atom-namespace">Atom namespace</a>. Add a <code title="">rel</code> attribute whose value is the string "<code title="">alternate</code>" to <var title="">x</var>. Add a <code title="">type</code> attribute whose value is the string "<code title="">text/html</code>" to <var title="">x</var>. Append a text
-    node with its data set to <a href="#the-document-s-current-address">the document's current
-    address</a> to <var title="">x</var>. Append <var title="">x</var> to the root element of <var title="">R</var>.</p>
-
-   </li>
-
-   <li>
-
-    <p>Let <var title="">x</var> be a <code title="">link</code>
     element in the <a href="#atom-namespace">Atom namespace</a>. Add a <code title="">rel</code> attribute whose value is the string "<code title="">alternate</code>" to <var title="">x</var>. If the
     document being converted is an <a href="#html-documents" title="HTML documents">HTML
     document</a>, add a <code title="">type</code> attribute whose

Received on Saturday, 23 May 2009 09:11:28 UTC