Bugzilla – Bug 1026
Attribute onmouseenter not allowed on element div
Last modified: 2015-12-27 13:21:33 CET
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.
Thanks for the report. Will try to get it fixed this week.
Fixed and pushed to https://validator.w3.org/nu/