Skip to content

Commit

Permalink
[e] (0) Add keygen to the void element list; make those element lists…
Browse files Browse the repository at this point in the history
… alphabetical; correct an acknowledgement spelling.

git-svn-id: http://svn.whatwg.org/webapps@2961 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 8, 2009
1 parent 3b0abe6 commit 2dbce39
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 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; 7 April 2009</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 8 April 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 @@ -51024,20 +51024,20 @@ interface <dfn id=messageport>MessagePort</dfn> {

<dl><dt><dfn id=void-elements>Void elements</dfn></dt>

<dd><code><a href=#the-base-element>base</a></code>, <code><a href=#the-command>command</a></code>, <code><a href=#the-link-element>link</a></code>,
<code><a href=#meta>meta</a></code>, <code><a href=#the-hr-element>hr</a></code>, <code><a href=#the-br-element>br</a></code>,
<code><a href=#the-img-element>img</a></code>, <code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-param-element>param</a></code>,
<code><a href=#the-area-element>area</a></code>, <code><a href=#the-col-element>col</a></code>, <code><a href=#the-input-element>input</a></code>,
<code><a href=#the-source-element>source</a></code></dd>
<dd><code><a href=#the-area-element>area</a></code>, <code><a href=#the-base-element>base</a></code>, <code><a href=#the-br-element>br</a></code>,
<code><a href=#the-col-element>col</a></code>, <code><a href=#the-command>command</a></code>, <code><a href=#the-embed-element>embed</a></code>,
<code><a href=#the-hr-element>hr</a></code>, <code><a href=#the-img-element>img</a></code>, <code><a href=#the-input-element>input</a></code>,
<code><a href=#the-keygen-element>keygen</a></code>, <code><a href=#the-link-element>link</a></code>, <code><a href=#meta>meta</a></code>,
<code><a href=#the-param-element>param</a></code>, <code><a href=#the-source-element>source</a></code></dd>

<dt>CDATA elements</dt>

<dd><code><a href=#the-style-element>style</a></code>, <code><a href=#script>script</a></code></dd> <!-- iframe and
<dd><code><a href=#script>script</a></code>, <code><a href=#the-style-element>style</a></code></dd> <!-- iframe and
noscript don't count as CDATA for syntax purposes -->

<dt>RCDATA elements</dt>

<dd><code><a href=#the-title-element>title</a></code>, <code><a href=#the-textarea-element>textarea</a></code></dd>
<dd><code><a href=#the-textarea-element>textarea</a></code>, <code><a href=#the-title-element>title</a></code></dd>

<dt>Foreign elements</dt>

Expand Down Expand Up @@ -63089,7 +63089,7 @@ interface <dfn id=timeouthandler>TimeoutHandler</dfn> {
Lachlan Hunt,
Larry Page,
Lars Gunther<!-- Keryx Web -->,
Lars Sunberg<!-- surname uncertain -->,
Lars Solberg,
Laura L. Carlson,
Laura Wisewell,
Laurens Holst,
Expand Down
16 changes: 8 additions & 8 deletions source
Expand Up @@ -63053,20 +63053,20 @@ interface <dfn>MessagePort</dfn> {

<dt><dfn>Void elements</dfn></dt>

<dd><code>base</code>, <code>command</code>, <code>link</code>,
<code>meta</code>, <code>hr</code>, <code>br</code>,
<code>img</code>, <code>embed</code>, <code>param</code>,
<code>area</code>, <code>col</code>, <code>input</code>,
<code>source</code></dd>
<dd><code>area</code>, <code>base</code>, <code>br</code>,
<code>col</code>, <code>command</code>, <code>embed</code>,
<code>hr</code>, <code>img</code>, <code>input</code>,
<code>keygen</code>, <code>link</code>, <code>meta</code>,
<code>param</code>, <code>source</code></dd>

<dt>CDATA elements</dt>

<dd><code>style</code>, <code>script</code></dd> <!-- iframe and
<dd><code>script</code>, <code>style</code></dd> <!-- iframe and
noscript don't count as CDATA for syntax purposes -->

<dt>RCDATA elements</dt>

<dd><code>title</code>, <code>textarea</code></dd>
<dd><code>textarea</code>, <code>title</code></dd>

<dt>Foreign elements</dt>

Expand Down Expand Up @@ -74157,7 +74157,7 @@ interface <dfn>TimeoutHandler</dfn> {
Lachlan Hunt,
Larry Page,
Lars Gunther<!-- Keryx Web -->,
Lars Sunberg<!-- surname uncertain -->,
Lars Solberg,
Laura L. Carlson,
Laura Wisewell,
Laurens Holst,
Expand Down

0 comments on commit 2dbce39

Please sign in to comment.