This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29565 - onload attribute rejected in img tag
Summary: onload attribute rejected in img tag
Status: NEW
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: 1.3
Hardware: Other Windows XP
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-07 22:11 UTC by genetin
Modified: 2016-04-07 22:11 UTC (History)
0 users

See Also:


Attachments

Description genetin 2016-04-07 22:11:31 UTC
I got the error "there is no attribute onload" on this source code :
<img onload="initMenu()" alt="" src="images/ba…

But the onload attribute should be accepted in img, as described in the page http://www.w3schools.com/jsref/event_onload.asp