- From: <bugzilla@jessica.w3.org>
- Date: Thu, 04 Aug 2011 04:13:48 +0000
- To: public-html-a11y@w3.org
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 on the CC list for the bug.
Received on Thursday, 4 August 2011 04:13:49 UTC