RE: [webcomponents] self-documenting component.html files

By "we" do you mean Presto-now-Blink? I expect there's too much web compat risk to remove Mutation Events anytime soon from a browser implementation.

-----Original Message-----
From: annevankesteren@gmail.com [mailto:annevankesteren@gmail.com] On Behalf Of Anne van Kesteren
Sent: Friday, April 5, 2013 11:38 AM
To: Travis Leithead
Cc: Mike Kamermans; public-webapps@w3.org
Subject: Re: [webcomponents] self-documenting component.html files

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:40:18 UTC