gpt4 book ai didi

html - onmouseenter验证错误

转载 作者:搜寻专家 更新时间:2023-10-31 08:28:23 24 4
gpt4 key购买 nike

当我尝试在 https://validator.w3.org/ 中验证此代码时

<!doctype html>
<html>
<head><title>onmouseenter validation</title>
</head>
<body>
<div onmouseenter="javascript:alert('hello');">Event Validation</div>
</body>
</html>

出现如下错误

"Attribute onmouseenter not allowed on element div at this point."

有人知道为什么验证器一直提示错误吗?

我相信 onmouseenter 是 html 元素的有效属性。

最佳答案

您的代码完全有效。 The spec明确指出 onmouseenter 是 HTML5 中所有 HTML 元素的有效事件处理程序。 the HTML 5.1 spec没有变化目前。

替换 onmouseover 不会在验证器中产生任何错误,这让我相信这只是他们端的一个错误。 This bug does not appear to have been reported ,所以我会推荐 filing one .

关于html - onmouseenter验证错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30578056/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com