Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Remove duplication of the list of void elements
git-svn-id: http://svn.whatwg.org/webapps@1223 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 14, 2008
1 parent b4f1530 commit 71a6c20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 25 deletions.
19 changes: 4 additions & 15 deletions index
Expand Up @@ -36842,7 +36842,7 @@ function receiver(e) {
RCDATA elements, and normal elements.

<dl>
<dt>Void elements
<dt><dfn id=void-elements>Void elements</dfn>

<dd><code><a href="#base">base</a></code>, <code><a
href="#link">link</a></code>, <code><a href="#meta0">meta</a></code>,
Expand All @@ -36851,10 +36851,7 @@ function receiver(e) {
href="#embed">embed</a></code>, <code><a href="#param">param</a></code>,
<code><a href="#area">area</a></code>, <code><a
href="#col">col</a></code>, <code>input</code><!-- XXX add: ,
<code>command</code>, <code>event-source</code> --></dd>
<!-- XXX
keep this synchronised with the list of "permitted slash" elements
-->
<code>command</code>, <code>event-source</code> -->

<dt>CDATA elements

Expand Down Expand Up @@ -38170,16 +38167,8 @@ function receiver(e) {
<p>A <dfn id=permitted>permitted slash</dfn> is a U+002F SOLIDUS character
that is immediately followed by a U+003E GREATER-THAN SIGN, if, and only
if, the current token being processed is a start tag token whose tag name
is one of the following: <code><a href="#base">base</a></code>, <code><a
href="#link">link</a></code>, <code><a href="#meta0">meta</a></code>,
<code><a href="#hr">hr</a></code>, <code><a href="#br">br</a></code>,
<code><a href="#img">img</a></code>, <code><a
href="#embed">embed</a></code>, <code><a href="#param">param</a></code>,
<code><a href="#area">area</a></code>, <code><a
href="#col">col</a></code>, <code>input</code><!-- XXX add:
, <code>command</code>, <code>event-source</code> --></p>
<!-- XXX
keep this synchronised with the list of "void elements" -->
is the same as the tag name of one of <a href="#void-elements">void
elements</a>.

<p>Before each step of the tokeniser, the user agent may check to see if
either one of the scripts in the <a href="#list-of1">list of scripts that
Expand Down
14 changes: 4 additions & 10 deletions source
Expand Up @@ -34189,15 +34189,13 @@ function receiver(e) {

<dl>

<dt>Void elements</dt>
<dt><dfn>Void elements</dfn></dt>

<dd><code>base</code>, <code>link</code>, <code>meta</code>,
<code>hr</code>, <code>br</code>, <code>img</code>,
<code>embed</code>, <code>param</code>, <code>area</code>,
<code>col</code>, <code>input</code><!-- XXX add: ,
<code>command</code>, <code>event-source</code> --></dd> <!-- XXX
keep this synchronised with the list of "permitted slash" elements
-->
<code>command</code>, <code>event-source</code> --></dd>

<dt>CDATA elements</dt>

Expand Down Expand Up @@ -35594,12 +35592,8 @@ function receiver(e) {
<p>A <dfn>permitted slash</dfn> is a U+002F SOLIDUS character that
is immediately followed by a U+003E GREATER-THAN SIGN, if, and only
if, the current token being processed is a start tag token whose tag
name is one of the following: <code>base</code>, <code>link</code>,
<code>meta</code>, <code>hr</code>, <code>br</code>,
<code>img</code>, <code>embed</code>, <code>param</code>,
<code>area</code>, <code>col</code>, <code>input</code><!-- XXX add:
, <code>command</code>, <code>event-source</code> --></p> <!-- XXX
keep this synchronised with the list of "void elements" -->
name is the same as the tag name of one of <span>void
elements</span>.</p>

<p>Before each step of the tokeniser, the user agent may check to
see if either one of the scripts in the <span>list of scripts that
Expand Down

0 comments on commit 71a6c20

Please sign in to comment.