←back to thread

Just use a button

(gomakethings.com)
284 points moebrowne | 1 comments | | HN request time: 0.474s | source
Show context
xnx ◴[] No.45775418[source]
Page makes no mention of <input type="button">. Are there any situations where that should be used?
replies(3): >>45775598 #>>45775605 #>>45775960 #
1. jarek83 ◴[] No.45775605[source]
It's a thing from the times when <button> did not exist. Other use cases were for supporting IE. Today just use button.