html5/spec Overview.html,1.3887,1.3888

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18565

Modified Files:
	Overview.html 
Log Message:
try to reduce reported confusion (whatwg r4852)

Index: Overview.html
===================================================================
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:07:40 UTC