[html5] r3176 - [e] (0) Be clearer that innerHTML doesn't affect the scripting flag. (bug 6974)
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 1 20:04:33 PDT 2009
Author: ianh
Date: 2009-06-01 20:04:32 -0700 (Mon, 01 Jun 2009)
New Revision: 3176
Modified:
index
source
Log:
[e] (0) Be clearer that innerHTML doesn't affect the scripting flag. (bug 6974)
Modified: index
===================================================================
--- index 2009-06-02 02:57:01 UTC (rev 3175)
+++ index 2009-06-02 03:04:32 UTC (rev 3176)
@@ -60105,6 +60105,11 @@
<code>Document</code> with which the parser is associated when the
parser was created, and "disabled" otherwise.</p>
+ <p class=note>The <a href=#scripting-flag>scripting flag</a> can be enabled even
+ when the parser was originally created for the <a href=#html-fragment-parsing-algorithm>HTML fragment
+ parsing algorithm</a>, even though <code><a href=#script>script</a></code> elements
+ don't execute in that case.</p>
+
<p>The <dfn id=frameset-ok-flag>frameset-ok flag</dfn> is set to "ok" when the parser is
created. It is set to "not ok" after certain tokens are seen.</p>
Modified: source
===================================================================
--- source 2009-06-02 02:57:01 UTC (rev 3175)
+++ source 2009-06-02 03:04:32 UTC (rev 3176)
@@ -73837,6 +73837,11 @@
<code>Document</code> with which the parser is associated when the
parser was created, and "disabled" otherwise.</p>
+ <p class="note">The <span>scripting flag</span> can be enabled even
+ when the parser was originally created for the <span>HTML fragment
+ parsing algorithm</span>, even though <code>script</code> elements
+ don't execute in that case.</p>
+
<p>The <dfn>frameset-ok flag</dfn> is set to "ok" when the parser is
created. It is set to "not ok" after certain tokens are seen.</p>
More information about the Commit-Watchers
mailing list