techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.8K
active users

To be fair to effort, I found one good use for customized built-in elements that will work in any browser now.

Extend table/tr for data-heavy custom table and cells. You can make rows like <tr is="my-row"> within <table is="my-table">, and for non-JS users they'll be rendered as a usual table.

This is also pretty darn easy to explain to backend devs! One measly "is" attribute - and can be hydrated gracefully. :rickhey:

UPD: It's actually complicated, read my reply.

Vint Prox

@acbilson forget what I said...

As they stand now without framework - are a nightmare to do in . Let my last three weeks of back and forth be a testament to that!
(눈_눈)

Tried to attach to this blasted table, and it won't let me. Turns out we can have it on only so much base elements, and the most generic ones at that: div, article, section, etc.

To top it all, unhelpful error messages made me go debugging for other 3 hours!