- From: Hajime Morita <morrita@google.com>
- Date: Mon, 16 Aug 2010 18:05:19 +0900
Hi, I noticed that some events which are defined in DOM Level3 Events [1] don't have associated HTML attributes. For example, "keypress" event has associated "onkeypress" attribute. But "focusin" event doesn't have "onfocusin" attribute. Here is a list: * wheel event * textInput event * focusin event * focusout event * compositionstart event * compositionupdate event * compositionend event * DOMXxxx events I think these events should have associated attributes defined. DOM mutation events might be better to skip due to its long name and rare usage. But it's just a preference and not a strong opinion. How do you think? Regards. -- morita
Received on Monday, 16 August 2010 02:05:19 UTC