Re: [w3c/webcomponents] [idea] Make use of `observedAttributes` optional (#565)

I'm not sure what you mean by whitelist.  Basically, anytime an attribute is added, we have to evaluate the regular expression.  The alternative is to cache the list of attributes we've matched in the past, which can increase the memory footprint.  I don't think either approach is acceptable.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/565#issuecomment-248276770

Received on Tuesday, 20 September 2016 11:38:49 UTC