html5/spec Overview.html,1.1685,1.1686

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

Modified Files:
	Overview.html 
Log Message:
Make document.open() not fire mutation events. (whatwg r2515)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1685
retrieving revision 1.1686
diff -u -d -r1.1685 -r1.1686
--- Overview.html	2 Dec 2008 06:12:16 -0000	1.1685
+++ Overview.html	2 Dec 2008 06:14:02 -0000	1.1686
@@ -5978,7 +5978,8 @@
    XHTML, or image document, or something?</span></li><!-- XXX see
    also innerHTML in HTML -->
 
-   <li><p>Remove all child nodes of the document.</li>
+   <li><p>Remove all child nodes of the document, without firing any
+   mutation events.</li>
 
    <li><p>Change the <a href=#document-s-character-encoding>document's character encoding</a> to
    UTF-16.</li>

Received on Tuesday, 2 December 2008 06:14:19 UTC