- From: poot <cvsmail@w3.org>
- Date: Tue, 2 Dec 2008 15:16:56 +0900 (JST)
- To: public-html-diffs@w3.org
Make document.open() not fire mutation events. (whatwg r2515) 3.7.1 Controlling the input stream http://people.w3.org/mike/diffs/html5/spec/Overview.1.1686.html#controlling-the-input-stream http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1685&r2=1.1686&f=h http://html5.org/tools/web-apps-tracker?from=2514&to=2515 =================================================================== 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:17:33 UTC