'In terms of accessibility, which button to use on the form?

Both <button type="submit"> and <input type="submit"> buttons can be used to send form data to the server. Both will have the same functionality, but which one is better to use for accessibility? Since the <button type="submit"> element has its meaning in its own name, now the <input type="submit"> element is not so clear its meaning, as the inputs are very relative.



Solution 1:[1]

Accessibility tools do not read raw HTML to the user. Either kind of submit button will be presented in the same way.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Quentin