Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giowt] (2) oops, missed <track> and <source> void elements
git-svn-id: http://svn.whatwg.org/webapps@5712 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 8, 2010
1 parent 04934bd commit a45fea3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 21 deletions.
17 changes: 10 additions & 7 deletions complete.html
Expand Up @@ -74771,6 +74771,7 @@ <h4 id=elements-0><span class=secno>12.1.2 </span>Elements</h4>
<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>

Expand Down Expand Up @@ -83316,14 +83317,15 @@ <h3 id=serializing-html-fragments><span class=secno>12.3 </span>Serializing HTML
<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
Expand Down Expand Up @@ -93440,6 +93442,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Roy Fielding,
Ruud Steltenpool,
Ryan King,
Ryosuke Niwa,
S. Mike Dierken,
Salvatore Loreto,
Sam Dutton,
Expand Down
17 changes: 10 additions & 7 deletions index
Expand Up @@ -70675,6 +70675,7 @@ interface <dfn id=messageport>MessagePort</dfn> {
<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>

Expand Down Expand Up @@ -79220,14 +79221,15 @@ document.body.appendChild(text);
<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
Expand Down Expand Up @@ -89508,6 +89510,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Roy Fielding,
Ruud Steltenpool,
Ryan King,
Ryosuke Niwa,
S. Mike Dierken,
Salvatore Loreto,
Sam Dutton,
Expand Down
17 changes: 10 additions & 7 deletions source
Expand Up @@ -85804,6 +85804,7 @@ interface <dfn>SQLTransactionSync</dfn> {
<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>

Expand Down Expand Up @@ -95478,14 +95479,15 @@ document.body.appendChild(text);
<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
Expand Down Expand Up @@ -107650,6 +107652,7 @@ interface <span>HTMLDocument</span> {
Roy Fielding,
Ruud Steltenpool,
Ryan King,
Ryosuke Niwa,
S. Mike Dierken,
Salvatore Loreto,
Sam Dutton,
Expand Down

0 comments on commit a45fea3

Please sign in to comment.