- From: Joe Pea <notifications@github.com>
- Date: Mon, 22 Mar 2021 14:01:50 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 March 2021 21:02:11 UTC
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