- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Dec 2010 00:28:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10499
Modified Files:
Overview.html
Log Message:
oops, missed <track> and <source> void elements (whatwg r5712)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4576
retrieving revision 1.4577
diff -u -d -r1.4576 -r1.4577
--- Overview.html 8 Dec 2010 00:22:07 -0000 1.4576
+++ Overview.html 8 Dec 2010 00:28:00 -0000 1.4577
@@ -53371,6 +53371,7 @@
<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>, <code><a href="#the-track-element">track</a></code>,
<code><a href="#the-wbr-element">wbr</a></code></dd>
+ <!-- see also other places that say VOIDLIST -->
<dt><dfn id="raw-text-elements">Raw text elements</dfn></dt>
@@ -61718,14 +61719,15 @@
<p>If <var title="">current node</var> is an
<code><a href="#the-area-element">area</a></code>, <code><a href="#the-base-element">base</a></code>, <code><a href="#basefont">basefont</a></code>,
<code><a href="#bgsound">bgsound</a></code>, <code><a href="#the-br-element">br</a></code>, <code><a href="#the-col-element">col</a></code>,
- <code><a href="#the-embed-element">embed</a></code>, <code><a href="#frame">frame</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>, or
+ <code><a href="#the-command">command</a></code>, <code><a href="#the-embed-element">embed</a></code>, <code><a href="#frame">frame</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>, <code><a href="#the-track-element">track</a></code> or
<code><a href="#the-wbr-element">wbr</a></code> element, then continue on to the next child
- node at this point.</p> <!-- also, i guess: image and isindex,
- but we don't list those because we don't consider those
- "elements", more "macros", and thus we should never serialize
- them -->
+ node at this point.</p> <!-- VOIDLIST superset -->
+ <!-- also, i guess: image and isindex, but we don't list those
+ because we don't consider those "elements", more "macros", and
+ thus we should never serialize them -->
<p>If <var title="">current node</var> is a <code><a href="#the-pre-element">pre</a></code>,
<code><a href="#the-textarea-element">textarea</a></code>, or <code><a href="#listing">listing</a></code> element, append
@@ -71377,6 +71379,7 @@
Roy Fielding,
Ruud Steltenpool,
Ryan King,
+ Ryosuke Niwa,
S. Mike Dierken,
Salvatore Loreto,
Sam Dutton,
Received on Wednesday, 8 December 2010 00:28:06 UTC