I test code which Is my posts. I use JAWS for it. I wrote the 3 example with type="text", type="tel" and inputmode. All results are the same. codepen.io/melnik909/full/oNbaRja
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
the difference is in displaying. Solution with inputmode is more simple because you haven't to hide arrows that is in the solution with type="number"
There are different cases. For the email field we should use type only. For specific fields (like I showed in the post) we should use the inputmode
I test code which Is my posts. I use JAWS for it. I wrote the 3 example with type="text", type="tel" and inputmode. All results are the same. codepen.io/melnik909/full/oNbaRja