Re: [w3c/webcomponents] The is="" attribute is confusing? Maybe we should encourage only ES6 class-based extension. (#509)

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