[html5] r5712 - [giowt] (2) oops, missed <track> and <source> void elements
whatwg at whatwg.org
whatwg at whatwg.org
Tue Dec 7 16:27:55 PST 2010
Author: ianh
Date: 2010-12-07 16:27:54 -0800 (Tue, 07 Dec 2010)
New Revision: 5712
Modified:
complete.html
index
source
Log:
[giowt] (2) oops, missed <track> and <source> void elements
Modified: complete.html
===================================================================
--- complete.html 2010-12-08 00:22:01 UTC (rev 5711)
+++ complete.html 2010-12-08 00:27:54 UTC (rev 5712)
@@ -74771,6 +74771,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>
@@ -83316,14 +83317,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
@@ -93440,6 +93442,7 @@
Roy Fielding,
Ruud Steltenpool,
Ryan King,
+ Ryosuke Niwa,
S. Mike Dierken,
Salvatore Loreto,
Sam Dutton,
Modified: index
===================================================================
--- index 2010-12-08 00:22:01 UTC (rev 5711)
+++ index 2010-12-08 00:27:54 UTC (rev 5712)
@@ -70675,6 +70675,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>
@@ -79220,14 +79221,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
@@ -89508,6 +89510,7 @@
Roy Fielding,
Ruud Steltenpool,
Ryan King,
+ Ryosuke Niwa,
S. Mike Dierken,
Salvatore Loreto,
Sam Dutton,
Modified: source
===================================================================
--- source 2010-12-08 00:22:01 UTC (rev 5711)
+++ source 2010-12-08 00:27:54 UTC (rev 5712)
@@ -85804,6 +85804,7 @@
<code>keygen</code>, <code>link</code>, <code>meta</code>,
<code>param</code>, <code>source</code>, <code>track</code>,
<code>wbr</code></dd>
+ <!-- see also other places that say VOIDLIST -->
<dt><dfn>Raw text elements</dfn></dt>
@@ -95478,14 +95479,15 @@
<p>If <var title="">current node</var> is an
<code>area</code>, <code>base</code>, <code>basefont</code>,
<code>bgsound</code>, <code>br</code>, <code>col</code>,
- <code>embed</code>, <code>frame</code>, <code>hr</code>,
- <code>img</code>, <code>input</code>, <code>keygen</code>,
- <code>link</code>, <code>meta</code>, <code>param</code>, or
+ <code>command</code>, <code>embed</code>, <code>frame</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>, <code>track</code> or
<code>wbr</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>pre</code>,
<code>textarea</code>, or <code>listing</code> element, append
@@ -107650,6 +107652,7 @@
Roy Fielding,
Ruud Steltenpool,
Ryan King,
+ Ryosuke Niwa,
S. Mike Dierken,
Salvatore Loreto,
Sam Dutton,
More information about the Commit-Watchers
mailing list