- From: Anne van Kesteren <annevk@annevk.nl>
- Date: Fri, 5 Apr 2013 19:37:33 +0100
- To: Travis Leithead <travis.leithead@microsoft.com>
- Cc: Mike Kamermans <nihongo@gmail.com>, "public-webapps@w3.org" <public-webapps@w3.org>
On Fri, Apr 5, 2013 at 7:29 PM, Travis Leithead <travis.leithead@microsoft.com> wrote: > For the attribute changes, you can use MutationObservers, unless you need to > have the values updated synchronously, in which case, you can always > fallback to Mutation Events or hook the relevant APIs with ES5 > defineProperty overrides…? Generally, I think all the tools you need for > notifications are probably already available. We are planning on removing mutation events so anything that must depend on them is a non-starter. -- http://annevankesteren.nl/
Received on Friday, 5 April 2013 18:44:26 UTC