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.

What I learned by re-learning HTML

65 pointsby ratsbaneabout 4 years ago

3 comments

xupybdabout 4 years ago
In reading that it doesn't sound like the effort produced a profound improvement in the authors HTML abilities.
评论 #27085295 未加载
评论 #27084262 未加载
评论 #27086740 未加载
dccoolgaiabout 4 years ago
Enjoyed the read and I'm always happy to see people put the effort in to understand the Web better. One thing at the end, though: kinda sounds like the author got to a place where they conclude "welp, some stuff like select elements and tables are just too complicated to rely on HTML I guess"... And the thing is that's not 100% wrong, but it misses the larger and more important point of understanding the _role_ of the elements you are using. In essence HTML is just shorthand for a lot of other things you'd have to do (including marking up the correct role). It would have been more fulfilling if instead he reached some epiphany more like: "I realized even when the HTML element doesn't cover 100% of the use case, I realized it's a great place to start reading what other _role_s and aria-descriptions need to be added to that div to make it correct, robust and meaningful"
marmot777about 4 years ago
Cool! Did you have fun with Canvas too?