Hacker News
Favorites
Setup
☰
Home
Favorites
Setup
Comment by hendurhance |
original
|
HTML Can Do That
[−]
hendurhance
· 2026-08-20 Thu 16:49 UTC ·
link
fave
Most people use divs for everything now. This is a breath of fresh air.
[−]
nobleach
· 2026-08-20 Thu 17:21 UTC ·
link
fave
With the exception of using divs for things that have a more appropriate element. Buttons for example - for the love of all that is holy - when I see an onclick handler and aria attributes on divs, I think, "couldn't you have restyled the button??"
[−]
xboxnolifes
· 2026-08-20 Thu 17:48 UTC ·
link
fave
Even worse, using buttons everywhere that you should use an a href.