[html5] r1833 - [e] (0) tokens aren't elements...
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 30 16:18:21 PDT 2008
Author: ianh
Date: 2008-06-30 16:18:20 -0700 (Mon, 30 Jun 2008)
New Revision: 1833
Modified:
index
source
Log:
[e] (0) tokens aren't elements...
Modified: index
===================================================================
--- index 2008-06-30 22:47:19 UTC (rev 1832)
+++ index 2008-06-30 23:18:20 UTC (rev 1833)
@@ -8286,8 +8286,8 @@
<p>If <var title="">type</var> does not have the value
"<code>text/html</code>"<!-- XXX matched how?
-->, then act as if the
- tokeniser had emitted a <code><a href="#pre">pre</a></code> element
- start tag, then set the <a href="#html-0">HTML parser</a>'s <a
+ tokeniser had emitted a start tag token with the tag name "pre", then
+ set the <a href="#html-0">HTML parser</a>'s <a
href="#tokenisation0">tokenisation</a> stage's <a
href="#content3">content model flag</a> to <em>PLAINTEXT</em>.
Modified: source
===================================================================
--- source 2008-06-30 22:47:19 UTC (rev 1832)
+++ source 2008-06-30 23:18:20 UTC (rev 1833)
@@ -6498,8 +6498,8 @@
<!-- text/plain handling --><li><p>If <var title="">type</var> does
not have the value "<code>text/html</code>"<!-- XXX matched how?
- -->, then act as if the tokeniser had emitted a <code>pre</code>
- element start tag, then set the <span>HTML parser</span>'s
+ -->, then act as if the tokeniser had emitted a start tag token
+ with the tag name "pre", then set the <span>HTML parser</span>'s
<span>tokenisation</span> stage's <span>content model flag</span>
to <em>PLAINTEXT</em>.</p></li>
More information about the Commit-Watchers
mailing list