- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 09 Feb 2009 12:07:05 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6546
Summary: List event handler attributes for certain elements
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Developer's Guide
AssignedTo: lachlan.hunt@lachy.id.au
ReportedBy: simonp@opera.com
QAContact: public-html-bugzilla@w3.org
CC: lachlan.hunt@lachy.id.au, mike@w3.org, public-
html@w3.org
HTML5 makes almost all event handler attributes global as to make them easier
to implement. However this makes it harder for authors because now there's one
huge pile of event handler attributes and a huge pile of elements and it's hard
to know which combinations are useful.
So it might be nice to list event handler attributes that are likely to be
useful specifically for a certain element (or document or window).
(Look for where the spec fires events. Actually you might even want to phrase
it as "Events that are fired on this element" or some such.)
onload/onerror on script, img, iframe, object, etc
all the media-related events on media elements
form-related events on form elements (e.g. select onchange)
window.ononline
etc
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Monday, 9 February 2009 12:07:13 UTC