[html5] r1223 - /
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 13 20:46:27 PST 2008
Author: ianh
Date: 2008-02-13 20:46:26 -0800 (Wed, 13 Feb 2008)
New Revision: 1223
Modified:
index
source
Log:
[e] (0) Remove duplication of the list of void elements
Modified: index
===================================================================
--- index 2008-02-14 04:40:15 UTC (rev 1222)
+++ index 2008-02-14 04:46:26 UTC (rev 1223)
@@ -36842,7 +36842,7 @@
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>,
@@ -36851,10 +36851,7 @@
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
@@ -38170,16 +38167,8 @@
<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
Modified: source
===================================================================
--- source 2008-02-14 04:40:15 UTC (rev 1222)
+++ source 2008-02-14 04:46:26 UTC (rev 1223)
@@ -34189,15 +34189,13 @@
<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>
@@ -35594,12 +35592,8 @@
<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
More information about the Commit-Watchers
mailing list