Remove confusing terminology. (whatwg r2985)

Remove confusing terminology. (whatwg r2985)

8.2.1 Overview of the parsing model
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2149.html#overview-of-the-parsing-model

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2148&r2=1.2149&f=h
http://html5.org/tools/web-apps-tracker?from=2984&to=2985

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2148
retrieving revision 1.2149
diff -u -d -r1.2148 -r1.2149
--- Overview.html 25 Apr 2009 21:40:18 -0000 1.2148
+++ Overview.html 25 Apr 2009 21:46:24 -0000 1.2149
@@ -46794,9 +46794,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

Received on Saturday, 25 April 2009 21:48:28 UTC