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

Once you'll show me a table that works same as the following one avoiding `is` attribute, I'll start replying because right now all I think is that you are trolling.

```html
<table is="sor-table">
  <tr is="rainbow-row">
    <td is="special-td">how to tr and td without is attribute?</td>
  </tr>
</table>
```

Once you'll show me a `<template is="special-template"></template>` that works like a template would, you'll probably have other developers attentions too.

'till then, have a nice day.

-- 
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-258924081

Received on Monday, 7 November 2016 18:44:50 UTC