[Bug 13669] Indicating batch changes to the DOM

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13669

Tab Atkins Jr. <jackalmage@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackalmage@gmail.com

--- Comment #1 from Tab Atkins Jr. <jackalmage@gmail.com> 2011-08-04 04:13:48 UTC ---
The new design for mutation events should solve this automatically in most
cases.  The actual mutation event won't fire until the script drops back to the
event loop, at which point any listeners are given a list of changes that have
happened (instead of receiving multiple events, one per change).

So, there shouldn't be any need to make this explicit.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 4 August 2011 04:13:50 UTC