top | item 45776191

(no title)

tln | 4 months ago

Yes! If it's clickable, it should either be a button or a link.

discuss

order

culi|4 months ago

there are plenty of other vanilla html elements that are clickable. <details>, <input type=[button|checkbox|radio|file|etc]>, <label>, <select>, etc

tln|4 months ago

True although the built-in click behavior is sufficient on these, ie you should not need to add onclick. Which should be for <button> and <a>