- From: Ryosuke Niwa <notifications@github.com>
- Date: Wed, 02 Mar 2016 14:29:52 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 2 March 2016 22:30:21 UTC
What should the HTML parser do when a custom element constructor it involved ends up inserting the element before returning to the parser? More specifically, we need to consider the case where the returned element is a new element inserted into the document at the "right" location, a random other location, and into another document. Should we re-adopt the element and insert into the document we're parsing? Or should we leave the element alone? We need to define this behavior somehow. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/412
Received on Wednesday, 2 March 2016 22:30:21 UTC