- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Apr 2009 06:11:20 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17141
Modified Files:
Overview.html
Log Message:
Add keygen to the void element list; make those element lists alphabetical; correct an acknowledgement spelling. (whatwg r2961)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2124
retrieving revision 1.2125
diff -u -d -r1.2124 -r1.2125
--- Overview.html 7 Apr 2009 03:48:42 -0000 1.2124
+++ Overview.html 8 Apr 2009 06:11:17 -0000 1.2125
@@ -146,7 +146,7 @@
<p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
<h1>HTML 5</h1>
<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>
- <h2 class="no-num no-toc" id=editor-s-draft-date-1-january-1970><!--ZZZ: W3C Working Draft 12 February 2009 --><!-- fix date ZZZ --><!----> Editor's Draft 7 April 2009 <!--:ZZZ--></h2>
+ <h2 class="no-num no-toc" id=editor-s-draft-date-1-january-1970><!--ZZZ: W3C Working Draft 12 February 2009 --><!-- fix date ZZZ --><!----> Editor's Draft 8 April 2009 <!--:ZZZ--></h2>
<dl><!-- ZZZ: update the month/day (twice), uncomment out
<dt>This Version:</dt>
<dd><a href="http://www.w3.org/TR/2009/WD-html5-20090212/">http://www.w3.org/TR/2009/WD-html5-20090212/</a></dd>
@@ -237,7 +237,7 @@
track.
<!--ZZZ:-->
<!-- This specification is the 12 February 2009 Working Draft. -->
- This specification is the 7 April 2009 Editor's Draft.
+ This specification is the 8 April 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)
@@ -45593,20 +45593,20 @@
elements, RCDATA elements, foreign elements, and normal
elements.<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>
@@ -57361,7 +57361,7 @@
Lachlan Hunt,
Larry Page,
Lars Gunther<!-- Keryx Web -->,
- Lars Sunberg<!-- surname uncertain -->,
+ Lars Solberg,
Laura L. Carlson,
Laura Wisewell,
Laurens Holst,
Received on Wednesday, 8 April 2009 06:11:32 UTC