Hacker News new | ask | show | jobs
by dmitriid 1321 days ago
Tailwind is one of the vanishingly few css frameworks/css utility collections/css design systems that is really, really good about keeping semantic meaning of things and accessibilty intact, and whose examples show how to implement them correctly.

Almost everyone else is "screw this, we're going to use links as buttons and divs as lists".

2 comments

Bootstrap has been pushing accessibility since v4, I believe.
What framework uses divs as lists without accessibility hints? I can't think of, or find, a major one that does.
You will not believe this, but it's called Semantic UI: https://semantic-ui.com/elements/list.html
Look at that.. My god. Point conceded.