Re: [w3c/webcomponents] Need a callback for when children changed or parser finished parsing children (#809)

> Any node can be inserted or removed after the parser had finished parsing its contents

I'm not interested in that case. Imagine you want to have an element `<table is="data-table">` and you need to set it up - how are you ever going to do this without having guaranteed access to all children? Many web projects still generate static HTML code on the serverside using classic template engines like Thymeleaf etc. This statically generated content inside a webcomponents needs to be reliably accessible for the webcomponent.

-- 
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/809#issuecomment-488599876

Received on Thursday, 2 May 2019 09:06:44 UTC