Dynamic changes to HTML element styles
Handling touch devices with our DOM framework.
Handling mouse devices with our DOM framework.
enhances the add, and remove events messages that are that are called from the smalltalk DOMElement layer to the HTMLDOMElement layer assuming that the enviroment is in a Browser.
Also adds the posibility of retrieve DOMEvent object from the context, with the consecuents benefits of that (knowing who was the sender, etc, etc.).
enhances the add, and remove events messages that are that are called from the smalltalk DOMElement layer to the HTMLDOMElement layer assuming that the enviroment is in a Browser.
Also adds the posibility of retrieve DOMEvent object from the context, with the consecuents benefits of that (knowing who was the sender, etc, etc.).
Adds caching of the wrappers of the child nodes in the document element.
This is a basic implementation of the MVP architecture that runs on top of DOM elements.