domenic / html-as-custom-elements

HTML as Custom Elements
https://domenic.github.io/html-as-custom-elements/
Apache License 2.0
260 stars 20 forks source link

Why is childrenChanged potentially needed? #2

Closed domenic closed 10 years ago

domenic commented 10 years ago

Are MutationObservers not good enough? I feel like that section needs expansion :)

dglazkov commented 10 years ago

MutationObservers might be enough. We should start with that.