- From: poot <cvsmail@w3.org>
- Date: Tue, 1 Jul 2008 08:21:33 +0900 (JST)
- To: public-html-diffs@w3.org
tokens aren't elements... (whatwg r1833) (changed by: Ian Hickson) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.1022.html#script-created Current content per affected section: http://dev.w3.org/html5/spec/Overview.html#script-created Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#script-created Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1021&r2=1.1022&f=h http://html5.org/tools/web-apps-tracker?from=1832&to=1833 =================================================================== 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:22:15 UTC