我正在用 Amaya 检查我的 HTML 代码。
我在这一行有一个错误:
<input style="vertical-align:bottom;" type="text" id="doi_id" onkeydown="if (event.keyCode == 13) return false;" onpaste="parsePIIfromDOI();"/>
对于 onpaste,我收到“无效属性“onpaste”(保存时删除)”错误。
我不知道为什么?非常感谢您的帮助。
最佳答案
http://reference.sitepoint.com/html/extended-event-attributes/onpaste
“Microsoft 定义的用于 Internet Explorer 的非标准事件。可以在其他一些浏览器中工作,但不能可靠地使用。此非标准属性的兼容性未经测试。”
关于HTML:将 ="doSomething();"粘贴为无效属性,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/12367417/