html5/spec Overview.html,1.2329,1.2330

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

Modified Files:
	Overview.html 
Log Message:
Be clearer that innerHTML doesn't affect the scripting flag. (bug 6974) (whatwg r3176)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2329
retrieving revision 1.2330
diff -u -d -r1.2329 -r1.2330
--- Overview.html	2 Jun 2009 02:57:06 -0000	1.2329
+++ Overview.html	2 Jun 2009 03:04:37 -0000	1.2330
@@ -53975,6 +53975,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>
 

Received on Tuesday, 2 June 2009 03:04:46 UTC