Warning:
    This wiki has been archived and is now read-only.
DOM Wishlist
From WEBAPPS
								
												
				WebApps ⇨ DOM Wishlist
DOM Events
-  more author-friendly aliases for unweildyDOMNamingConventions ("addEventListener" -> "listen")
- add useful functionality along with shorter aliases
 
- Event listener with filter
- Key state polling
-  Pen-Tablet events
- pen pressure
- pen tilt
- ...?
 
- Multitouch events
- Gesture events
-  Event listener/handler enumeration
- all existing (non-internal) event listeners?
- handlers associated with a DOM node
 
DOM Core
- Key state polling
General
-  Feature detection (detecting support in an implementation)
- may need more than one mechanism