[html5] r1683 - /
whatwg at whatwg.org
whatwg at whatwg.org
Fri May 23 01:26:40 PDT 2008
Author: ianh
Date: 2008-05-23 01:26:39 -0700 (Fri, 23 May 2008)
New Revision: 1683
Modified:
index
source
Log:
[e] (0) c/p error
Modified: index
===================================================================
--- index 2008-05-23 08:21:22 UTC (rev 1682)
+++ index 2008-05-23 08:26:39 UTC (rev 1683)
@@ -42815,9 +42815,9 @@
<i>force-quirks flag</i> must be set to <i>off</i> (its other state is
<i>on</i>). Start and end tag tokens have a tag name, a <i>self-closing
flag</i>, and a list of attributes, each of which has a name and a value.
- When a DOCTYPE token is created, its <i>self-closing flag</i> must be
- unset (its other state is that it be set), and its attributes list must be
- empty. Comment and character tokens have data.
+ When a start or end tag token is created, its <i>self-closing flag</i>
+ must be unset (its other state is that it be set), and its attributes list
+ must be empty. Comment and character tokens have data.
<p>When a token is emitted, it must immediately be handled by the <a
href="#tree-construction0">tree construction</a> stage. The tree
Modified: source
===================================================================
--- source 2008-05-23 08:21:22 UTC (rev 1682)
+++ source 2008-05-23 08:26:39 UTC (rev 1683)
@@ -40385,9 +40385,9 @@
flag</i> must be set to <i>off</i> (its other state is
<i>on</i>). Start and end tag tokens have a tag name, a
<i>self-closing flag</i>, and a list of attributes, each of which
- has a name and a value. When a DOCTYPE token is created, its
- <i>self-closing flag</i> must be unset (its other state is that it
- be set), and its attributes list must be empty. Comment and
+ has a name and a value. When a start or end tag token is created,
+ its <i>self-closing flag</i> must be unset (its other state is that
+ it be set), and its attributes list must be empty. Comment and
character tokens have data.</p>
<p>When a token is emitted, it must immediately be handled by the
More information about the Commit-Watchers
mailing list