- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Dec 2008 06:14:05 +0000
- To: public-html-commits@w3.org
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