[html5] r2961 - [e] (0) Add keygen to the void element list; make those element lists alphabetic [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Apr 7 23:11:14 PDT 2009


Author: ianh
Date: 2009-04-07 23:11:13 -0700 (Tue, 07 Apr 2009)
New Revision: 2961

Modified:
   index
   source
Log:
[e] (0) Add keygen to the void element list; make those element lists alphabetical; correct an acknowledgement spelling.

Modified: index
===================================================================
--- index	2009-04-07 03:48:37 UTC (rev 2960)
+++ index	2009-04-08 06:11:13 UTC (rev 2961)
@@ -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 — 7 April 2009</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 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>
@@ -51024,20 +51024,20 @@
 
   <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>
 
@@ -63089,7 +63089,7 @@
   Lachlan Hunt,
   Larry Page,
   Lars Gunther<!-- Keryx Web -->,
-  Lars Sunberg<!-- surname uncertain -->,
+  Lars Solberg,
   Laura L. Carlson,
   Laura Wisewell,
   Laurens Holst,

Modified: source
===================================================================
--- source	2009-04-07 03:48:37 UTC (rev 2960)
+++ source	2009-04-08 06:11:13 UTC (rev 2961)
@@ -63053,20 +63053,20 @@
 
    <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>
 
@@ -74157,7 +74157,7 @@
   Lachlan Hunt,
   Larry Page,
   Lars Gunther<!-- Keryx Web -->,
-  Lars Sunberg<!-- surname uncertain -->,
+  Lars Solberg,
   Laura L. Carlson,
   Laura Wisewell,
   Laurens Holst,




More information about the Commit-Watchers mailing list