Skip to content

Commit

Permalink
[e] (0) Remove confusing terminology.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2985 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 25, 2009
1 parent 3412fbb commit 0da310d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -52478,9 +52478,9 @@ interface <dfn id=messageport>MessagePort</dfn> {

<p>The input to the HTML parsing process consists of a stream of
Unicode characters, which is passed through a
<a href=#tokenization>tokenization</a> stage (lexical analysis) followed by a
<a href=#tree-construction>tree construction</a> stage (semantic analysis). The output
is a <code>Document</code> object.</p>
<a href=#tokenization>tokenization</a> stage followed by a <a href=#tree-construction>tree
construction</a> stage. The output is a <code>Document</code>
object.</p>

<p class=note>Implementations that <a href=#non-scripted>do not
support scripting</a> do not have to actually create a DOM
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -64580,9 +64580,9 @@ interface <dfn>MessagePort</dfn> {

<p>The input to the HTML parsing process consists of a stream of
Unicode characters, which is passed through a
<span>tokenization</span> stage (lexical analysis) followed by a
<span>tree construction</span> stage (semantic analysis). The output
is a <code>Document</code> object.</p>
<span>tokenization</span> stage followed by a <span>tree
construction</span> stage. The output is a <code>Document</code>
object.</p>

<p class="note">Implementations that <a href="#non-scripted">do not
support scripting</a> do not have to actually create a DOM
Expand Down

0 comments on commit 0da310d

Please sign in to comment.