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

I forgot to mention that the following should be possible too:

```html
<some-element extends="video" ...>
  ...
<some-element>
```

with emphasis on the fact that the _built-in_ element goes inside the `extends` property.

I argue the same if we keep `is=""`:

```html
<new-element extends="foo-element" ...>
  ...
</new-element>
<some-element extends="video" ...>
  ...
<some-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-264720628

Received on Sunday, 4 December 2016 18:22:32 UTC