TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Semantic UI 2.1 Released

8 pointsby jlukicover 9 years ago

2 comments

gazrogersover 9 years ago
It's all very pretty, but having looked at the source code for the page it's not really very semantic. If you're creating buttons and using DIVs and not one BUTTON, you've completely missed the point of semantic HTML. Menus are lists of links - why DIV > DIV > A instead of UL > LI > A? The latter provides meaning to the structure whilst the former does not.
airbuggyover 9 years ago
thanks for the great work!