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

Sorry, one more thing: For people who like fallbacks, in

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

, `<some-element>` can behave the same as a `<video>` element when there is not a definition for `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-264720923

Received on Sunday, 4 December 2016 18:27:02 UTC