[html5] r2515 - [] (0) Make document.open() not fire mutation events.

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 1 22:13:58 PST 2008


Author: ianh
Date: 2008-12-01 22:13:58 -0800 (Mon, 01 Dec 2008)
New Revision: 2515

Modified:
   index
   source
Log:
[] (0) Make document.open() not fire mutation events.

Modified: index
===================================================================
--- index	2008-12-02 06:12:12 UTC (rev 2514)
+++ index	2008-12-02 06:13:58 UTC (rev 2515)
@@ -7373,7 +7373,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>

Modified: source
===================================================================
--- source	2008-12-02 06:12:12 UTC (rev 2514)
+++ source	2008-12-02 06:13:58 UTC (rev 2515)
@@ -7550,7 +7550,8 @@
    XHTML, or image document, or something?</span></p></li><!-- XXX see
    also innerHTML in HTML -->
 
-   <li><p>Remove all child nodes of the document.</p></li>
+   <li><p>Remove all child nodes of the document, without firing any
+   mutation events.</p></li>
 
    <li><p>Change the <span>document's character encoding</span> to
    UTF-16.</p></li>




More information about the Commit-Watchers mailing list