hixie: try to reduce reported confusion (whatwg r4852)

hixie: try to reduce reported confusion (whatwg r4852)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3887&r2=1.3888&f=h
http://html5.org/tools/web-apps-tracker?from=4851&to=4852

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3887
retrieving revision 1.3888
diff -u -d -r1.3887 -r1.3888
--- Overview.html 16 Mar 2010 22:59:00 -0000 1.3887
+++ Overview.html 16 Mar 2010 23:07:35 -0000 1.3888
@@ -10877,7 +10877,9 @@
   <p>The second is a flag indicating whether the element was
   <dfn id="parser-inserted">"parser-inserted"</dfn>. Initially, <code><a href="#script">script</a></code>
   elements must have this flag unset. It is set by the <a href="#html-parser">HTML
-  parser</a> and is used to handle <code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code> calls.</p>
+  parser</a> and the <a href="#xml-parser">XML parser</a> on <code><a href="#script">script</a></code>
+  elements they insert and affects the processing of those
+  elements.</p>
 
   <p>The third is a flag indicating whether or not the script block is
   <dfn id="ready-to-be-parser-executed">"ready to be parser-executed"</dfn>. Initially,

Received on Tuesday, 16 March 2010 23:08:14 UTC