- From: poot <cvsmail@w3.org>
- Date: Wed, 8 Dec 2010 09:30:05 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: oops, missed <track> and <source> void elements (whatwg r5712)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4576&r2=1.4577&f=h
http://html5.org/tools/web-apps-tracker?from=5711&to=5712
===================================================================
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:30:33 UTC