- From: Tomek Wytrębowicz <notifications@github.com>
- Date: Tue, 08 Nov 2016 09:51:34 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Tuesday, 8 November 2016 17:52:13 UTC
BTW, with `is` you can use your custom element inside `table, tr, tbody, select,....`, like ```html <table> <template is"my-template"> ``` , but for sure you cannot use `<my-element>` ```html <table> <my-template> <template> ``` -- 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-259208574
Received on Tuesday, 8 November 2016 17:52:13 UTC