- From: Nitin Prabhakar <notifications@github.com>
- Date: Fri, 02 Sep 2016 08:10:49 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 2 September 2016 15:16:51 UTC
Huh! Nooooo! all my old code is gonna break? Rememeber we used to ``` <template id="some-id"> <div class="some-class"> <content></content> </div> </template> ``` and if the custom element we defined was "custom-element" , and if that element was built using the template above , anything within ``` <custom-element> < markup> </custom-element> ``` the markup would be injected into the template. What are our options now, considering content being obsolete? -- 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/92#issuecomment-244402654
Received on Friday, 2 September 2016 15:16:51 UTC