[html5] r4852 - [e] (0) try to reduce reported confusion

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 16 16:07:31 PDT 2010


Author: ianh
Date: 2010-03-16 16:07:29 -0700 (Tue, 16 Mar 2010)
New Revision: 4852

Modified:
   complete.html
   index
   source
Log:
[e] (0) try to reduce reported confusion

Modified: complete.html
===================================================================
--- complete.html	2010-03-16 22:58:54 UTC (rev 4851)
+++ complete.html	2010-03-16 23:07:29 UTC (rev 4852)
@@ -12694,7 +12694,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,

Modified: index
===================================================================
--- index	2010-03-16 22:58:54 UTC (rev 4851)
+++ index	2010-03-16 23:07:29 UTC (rev 4852)
@@ -12593,7 +12593,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,

Modified: source
===================================================================
--- source	2010-03-16 22:58:54 UTC (rev 4851)
+++ source	2010-03-16 23:07:29 UTC (rev 4852)
@@ -13309,8 +13309,9 @@
   <p>The second is a flag indicating whether the element was
   <dfn>"parser-inserted"</dfn>. Initially, <code>script</code>
   elements must have this flag unset. It is set by the <span>HTML
-  parser</span> and is used to handle <code
-  title="dom-document-write">document.write()</code> calls.</p>
+  parser</span> and the <span>XML parser</span> on <code>script</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>"ready to be parser-executed"</dfn>. Initially,




More information about the Commit-Watchers mailing list