alphagov / govuk_elements

❗️GOV.UK Elements is deprecated, and will only receive major bug fixes and security patches.
https://govuk-elements.herokuapp.com/
MIT License
227 stars 90 forks source link

Use `<button>` not `<input>`s for form submission #593

Closed quis closed 6 years ago

quis commented 6 years ago

Both <button type='submit'>Submit<button> and <input type='submit' value='Submit'> can be used to submit a form.

Historically <input> has been preferred because it’s better-supported by IE6 in that:

Reasons to now use <button> instead:

Fixes #545

  1. alphagov/govuk_frontend_toolkit@24e1906#diff-ef0e4eb6f1e90b44b0c3fe39dce274a4R79