Skip to content

Commit

Permalink
[e] (0) tokens aren't elements...
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1833 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 30, 2008
1 parent 2b73352 commit 7bd90b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -8286,8 +8286,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<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>.

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -6498,8 +6498,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

<!-- 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>

Expand Down

0 comments on commit 7bd90b4

Please sign in to comment.