HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/5712

SVNBugCommentTime (UTC)
5712[Gecko] [Internet Explorer] [Opera] [Webkit] [Tools] oops, missed <track> and <source> void elements2010-12-08 00:27
Index: source
===================================================================
--- source	(revision 5711)
+++ source	(revision 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,

|