this post was submitted on 13 May 2025
298 points (99.0% liked)

Programmer Humor

31506 readers
1022 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] somegeek@programming.dev 2 points 1 year ago (3 children)

All the elements you mentioned are natove HTML elements that don't need any library.

[–] refalo@programming.dev 5 points 1 year ago (1 children)

many native elements either do not function like people want or cannot be styled the same

[–] somegeek@programming.dev 1 points 1 year ago

Can you elaborate? Give some examples?

Yes but it wasn’t always the case. Bootstrap used to be very helpful when grids, modals, accordions and so on were not standard.

[–] bleistift2@sopuli.xyz 1 points 1 year ago (1 children)

What’s a native HTML element that mimics Bootstraps Collapse?

[–] Flamekebab@piefed.social 3 points 1 year ago* (last edited 1 year ago) (1 children)
[–] bleistift2@sopuli.xyz 4 points 1 year ago (1 children)

I was going to list a whole bunch of things the DETAILS tag doesn’t allow, but it seems that none of these issues actually appear. So either it has evolved since I’ve looked at it last time or I was stupid.

Either way, thanks for talking back.

[–] Flamekebab@piefed.social 2 points 1 year ago

I had to look it up myself - so I learned about it too!