Re: [w3c/webcomponents] [Shadow]: rename <content> to <slot> (bugzilla: 28561) (#92)

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