Skip to content

Commit

Permalink
[e] (0) Fix up some Workers examples; remove extraneous <link rel=alt…
Browse files Browse the repository at this point in the history
…ernate> step in Atom export. (credit: sp)

git-svn-id: http://svn.whatwg.org/webapps@3117 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 23, 2009
1 parent b2de26e commit d60f829
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
11 changes: 1 addition & 10 deletions index
Expand Up @@ -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-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 22 May 2009</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 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>
Expand Down Expand Up @@ -45074,15 +45074,6 @@ document.body.appendChild(outer);</pre>

</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>. 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>
Expand Down
14 changes: 0 additions & 14 deletions source
Expand Up @@ -51325,20 +51325,6 @@ document.body.appendChild(outer);</pre>

</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>. 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>
Expand Down

0 comments on commit d60f829

Please sign in to comment.