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

I've been using [`element-behaviors`](https://github.com/lume/element-behaviors) for quite a while now. It works great as a replacement of `is=""`. It works perfectly fine on tables and their content.

```html
<table has="sortable-table filterable-table">
  <tr has="something-special">...</tr>
</table>
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/509#issuecomment-804391686

Received on Monday, 22 March 2021 21:02:11 UTC