Re: [w3c/webcomponents] [idea] making builtin elements more like custom elements (#785)

We're not going to do this due to performance issues but also because browser engine code needs to update its internal states prior to start invoking JavaScript. It's simply not attainable to make all builtin elements' implementation work with the proposed API.

It's possible we can add some mutation observer observation records for when a node is connected or disconnected though.

-- 
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/785#issuecomment-458389063

Received on Tuesday, 29 January 2019 03:00:55 UTC