Re: [w3c/webcomponents] Custom Element definition ordering can cause difficult-to-find bugs. (#668)

You really can't rely on your children being upgraded like that. HTML parser can add more children as it parses things, and there's no way to know when that happens. It could be before or after `setTimeout(~, 0)`. FWIW, it could be being blocked by the network!

See https://github.com/w3c/webcomponents/issues/619

-- 
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/668#issuecomment-334994701

Received on Sunday, 8 October 2017 09:39:19 UTC