How to test using Javascript or by any other means if a browser supports a specific Input type?
For example, if the input type is email, which is currently supported by both chrome and Firefox, while date and number types, are supported only by chrome and not by firefox. So, Is there a way to check if a specific input type is supported by a browser, so that I can write my own javascript if default validation is not available?