hixie: Say that things that aren't inserted by the parser aren't parser-inserted, since apparently that's not obvious. (whatwg r4372)

hixie: Say that things that aren't inserted by the parser aren't parser-
inserted, since apparently that's not obvious. (whatwg r4372)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3504&r2=1.3505&f=h
http://html5.org/tools/web-apps-tracker?from=4371&to=4372

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3504
retrieving revision 1.3505
diff -u -d -r1.3504 -r1.3505
--- Overview.html 27 Oct 2009 20:42:11 -0000 1.3504
+++ Overview.html 27 Oct 2009 20:47:05 -0000 1.3505
@@ -10856,7 +10856,8 @@
   if set, must be propagated to the clone when it is created.</p>
 
   <p>The second is a flag indicating whether the element was
-  <dfn id="parser-inserted">"parser-inserted"</dfn>. This flag is set by the <a href="#html-parser">HTML
+  <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>
 
   <p>The third is a flag indicating whether or not the script block is

Received on Tuesday, 27 October 2009 20:47:58 UTC