[html5] r4372 - [e] (0) Say that things that aren't inserted by the parser aren't parser-inserte [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 27 13:47:06 PDT 2009
Author: ianh
Date: 2009-10-27 13:47:02 -0700 (Tue, 27 Oct 2009)
New Revision: 4372
Modified:
complete.html
index
source
Log:
[e] (0) Say that things that aren't inserted by the parser aren't parser-inserted, since apparently that's not obvious.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8091
Modified: complete.html
===================================================================
--- complete.html 2009-10-27 20:42:08 UTC (rev 4371)
+++ complete.html 2009-10-27 20:47:02 UTC (rev 4372)
@@ -12438,7 +12438,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
Modified: index
===================================================================
--- index 2009-10-27 20:42:08 UTC (rev 4371)
+++ index 2009-10-27 20:47:02 UTC (rev 4372)
@@ -12256,7 +12256,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
Modified: source
===================================================================
--- source 2009-10-27 20:42:08 UTC (rev 4371)
+++ source 2009-10-27 20:47:02 UTC (rev 4372)
@@ -12984,7 +12984,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>"parser-inserted"</dfn>. This flag is set by the <span>HTML
+ <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>
More information about the Commit-Watchers
mailing list