Bugzilla – Bug 918
Working of Global event handler
Last modified: 2013-07-12 04:37:14 CEST
Hi, I had searched many website's and working groups but didn't found any answer to the query. Thus, writing here to get the answer to my query as: As per HTML5 working draft clause 3.2.3 Global Attributes it describes that "event handler content attributes may be specified on any HTML element" and my question is related to this, if I write the following code: <!DOCTYPE html> <html onload="abc()">...... How to get the working of abc function as nothing is loaded before html element then how the onload would work. Kindly provide a little example to the above query. If the problem/query doesn't relate to his committee then I request you to provide the link where I can post the query or kindly post the query from my side and try to get the answer. Vineet Gupta
Probably better to ask this question on the whatwg@lists.whatwg.org mailing list or somewhere.