From 64a204560a8023240f090e9916cf86d0613289d1 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Tue, 2 Dec 2008 10:11:28 +0000 Subject: [PATCH] [] (0) Clarify that anything that mutates the document via the parser doesn't involve mutation events. git-svn-id: http://svn.whatwg.org/webapps@2518 340c8d12-0b0e-0410-8428-c7bf67bfef74 --- index | 16 +++++++++++----- source | 14 ++++++++++---- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/index b/index index 9a3b92c4496..fdde1d3a436 100644 --- a/index +++ b/index @@ -7604,7 +7604,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
  • Remove the children of the element whose innerHTML attribute is being - set.

    + set, without firing any mutation events.

  • @@ -7628,7 +7628,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

    Append all the new children nodes to the node whose innerHTML - attribute is being set, preserving their order.

    + attribute is being set, preserving their order, without firing any + mutation events.

    @@ -7700,7 +7701,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

    Remove target from its parent node and insert in its place all the new children - nodes, preserving their order.

    + nodes, preserving their order, without firing any mutation + events.

    @@ -7837,7 +7839,10 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0 - +

    The above mutations must be performed without firing any + mutation events.

    + +