- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 25 Apr 2009 21:46:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv15134 Modified Files: Overview.html Log Message: Remove confusing terminology. (whatwg r2985) Index: Overview.html =================================================================== 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:46:37 UTC