[html5] r2985 - [e] (0) Remove confusing terminology.
whatwg at whatwg.org
whatwg at whatwg.org
Sat Apr 25 14:46:20 PDT 2009
Author: ianh
Date: 2009-04-25 14:46:19 -0700 (Sat, 25 Apr 2009)
New Revision: 2985
Modified:
index
source
Log:
[e] (0) Remove confusing terminology.
Modified: index
===================================================================
--- index 2009-04-25 21:40:13 UTC (rev 2984)
+++ index 2009-04-25 21:46:19 UTC (rev 2985)
@@ -52478,9 +52478,9 @@
<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
Modified: source
===================================================================
--- source 2009-04-25 21:40:13 UTC (rev 2984)
+++ source 2009-04-25 21:46:19 UTC (rev 2985)
@@ -64580,9 +64580,9 @@
<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
More information about the Commit-Watchers
mailing list