Skip to content

Commit

Permalink
[] (0) Make document.open() not fire mutation events.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2515 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 2, 2008
1 parent a9593fb commit de6f5a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index
Expand Up @@ -7373,7 +7373,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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>
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -7550,7 +7550,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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>
Expand Down

0 comments on commit de6f5a2

Please sign in to comment.