-
Notifications
You must be signed in to change notification settings - Fork 0
roadmap
0.2 will bring more shims for the following DOM4 interfaces
As well as those interfaces being shimmed, the unit tests will be actively worked on and expanded. We will probably also change the way the current bugs are done and split them up into something that can be build/compiled like the interfaces are.
Current plans are to re-build the unit test suite properly in mocha. Then add IE6/7 support and then make sure that DOM4 just works.
0.3 will bring a boat load of documentation about the project and the DOM. 0.3 will use domshim.com and provide a varied set of examples of how to use the DOM and the DOM-shim.
During the writing of the examples more bugs should be found and fixed. The unit tests should also be more thorough with 0.3.
As well as a website with documentation, the domshim website will allow you to build your own custom dom-shim shimming only what you want to shim!
Make the DOM-shim smaller! It's over 50kb already.
Look at other documents. TBC
- WHATWG HTML
- DOM level 3 events : DOM3 is also important
- HTML5 : HTML5 should be covered by the WHATWG document.
- XHR2 : I think I'll work on XHR2 first.
- Selectors 4 : Important but should already exist, should be easy to incomperate.
- CSSOMView : CSSOMView is also important