Hacker News
Favorites
Setup
☰
Home
Favorites
Setup
Comment by nobleach |
original
|
HTML Can Do That
[−]
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.