buddypress / next-template-packs

is this the next BuddyPress template pack?
35 stars 9 forks source link

Add type attributes to button elements #160

Closed mercime closed 7 years ago

mercime commented 7 years ago

<button> elements have a default type attribute of submit. It's good to note that our button elements for form submissions have explicit type="submit"

There are some button elements which do not have any type attribute declared but are not for form submission, type="submit", nor for form reset, type="reset", but for action, type="button". Related: #78 where empty links which would be converted to button elements will need to have respective button type attributes explicitly declared.