- From: Zambonifofex <notifications@github.com>
- Date: Tue, 08 Nov 2016 11:33:27 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Tuesday, 8 November 2016 19:34:22 UTC
@oleersoy This doesn’t work (`my-foo` goes before the table in the DOM): ```HTML <table> <my-element> ``` This does: ```HTML <table> <template is="my-element"> ``` -- 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/509#issuecomment-259235827
Received on Tuesday, 8 November 2016 19:34:22 UTC