Dead Keys
Currently it is possible to use dead keys, to enter invalid input (such as é) into anything that should only accept numeric values.
All numeric inputs will fail validation though, but preventing this, proved to be too complicated compared to the benefits.
N.B. Even native
input[type="number]
allow this on certain browsers.