README revision bc8660dcb747bedc141ca9061de83f6f32f8018f
4632N/A - Added onreadystatechange fork in domready to handle the event in IE when YUI is hosted in an iframe.
4632N/A - Default scope of mouseenter and mouseleave events is the Node instance to which the listener is attached
4632N/A - Default scope of delegated event listeners is the Node instance that matched the supplied CSS selector
4632N/A - All special DOM event handlers (focus/blur/mousewheel,resize,delegate,etc) are
4632N/A broken down into submodules. Core DOM event functionality is provided in event-base.js,
4632N/A - Added mouseenter/mouseleave events
4632N/A - Focus/blur abstraction works in Opera when the bound element is the target
4632N/A - purgeElement only reads element guids, it does not create new ones for elements without one.
4632N/A - Event.attach returns a single handle if the result from collection processing is a single item.
4632N/A - Event.addListener removed. Exists only in compat layer.
- Compat layer contains Event.on.
- Event adapter support added to Y.on
- Added Y.on('focus', 'blur' event adaptors (support for propagation
- subscriber failures are not routed through Y.fail in order to
- before method re-added to EventTarget, which delegates to Do.before or
- Added keylistener: Y.on('key', fn, element, 'down:13,65+ctrl+shift')