[html5] r3117 - [e] (0) Fix up some Workers examples; remove extraneous <link rel=alternate> ste [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat May 23 02:09:11 PDT 2009
Author: ianh
Date: 2009-05-23 02:09:10 -0700 (Sat, 23 May 2009)
New Revision: 3117
Modified:
index
source
Log:
[e] (0) Fix up some Workers examples; remove extraneous <link rel=alternate> step in Atom export. (credit: sp)
Modified: index
===================================================================
--- index 2009-05-22 05:55:17 UTC (rev 3116)
+++ index 2009-05-23 09:09:10 UTC (rev 3117)
@@ -39,7 +39,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 22 May 2009</h2>
+ <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 23 May 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
@@ -45077,15 +45077,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
Modified: source
===================================================================
--- source 2009-05-22 05:55:17 UTC (rev 3116)
+++ source 2009-05-23 09:09:10 UTC (rev 3117)
@@ -51330,20 +51330,6 @@
<p>Let <var title="">x</var> be a <code title="">link</code>
element in the <span>Atom namespace</span>. 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 <span>the document's current
- address</span> 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 <span>Atom namespace</span>. 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 <span title="HTML documents">HTML
document</span>, add a <code title="">type</code> attribute whose
More information about the Commit-Watchers
mailing list