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

@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