- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 30 Jun 2008 23:18:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26249
Modified Files:
Overview.html
Log Message:
tokens aren't elements... (whatwg r1833)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1021
retrieving revision 1.1022
diff -u -d -r1.1021 -r1.1022
--- Overview.html 30 Jun 2008 22:47:24 -0000 1.1021
+++ Overview.html 30 Jun 2008 23:18:54 -0000 1.1022
@@ -8390,8 +8390,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>.
Received on Monday, 30 June 2008 23:19:32 UTC