NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 1026 - Attribute onmouseenter not allowed on element div
Attribute onmouseenter not allowed on element div
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Nobody
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-06-02 10:21 CEST by Pedro
Modified: 2015-12-27 13:21 CET (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro 2015-06-02 10:21:20 CEST
I tried this code in the validator

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

And the following error appears:

Error: Attribute onmouseenter not allowed on element div at this point.

Onmouseenter is a valid attribute for a html element, so no error must be showing at this point.
Comment 1 Michael[tm] Smith 2015-06-02 13:17:13 CEST
Thanks for the report. Will try to get it fixed this week.
Comment 2 Michael[tm] Smith 2015-12-27 13:21:33 CET
Fixed and pushed to https://validator.w3.org/nu/