I am using the onpaste even in an <input> tag.
According to the W3 website, this is a valid tag. (http://www.w3schools.com/jsref/event_onpaste.asp)
Yet when I pass the html through the W3 html validator, I receive this error:
================
Line 287, Column 26: there is no attribute "onpaste" onpaste="return false;"
✉
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. yo