-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Being shim agnostic #2
Comments
I am thinking about it. I need to learn documentation markup |
I just finished feature. This will allow you to define what features are needed. Something like
If you don't want to add it to the code you can add it in the documentation and reference feature. |
Great work! |
Note: for now, this lib incompatible with you shim, only because of require of DOMSettableList object ( or rather because of my implimentation of this interface ). I am think about replacement native implementation for allow developer create instances of this class. Is this a bad idea? |
If there is no good alternative then it's a good idea. I need to do my own research to tell whether there are alternatives. |
It would be nice if it could be documented what you need to emulate for full support here.
For example would it work in IE8+ if you threw the DOM-shim in? If not what is missing?
We really need a better way of documenting what DOM features need to be shimmed rather then saying "using this specific shim"
The text was updated successfully, but these errors were encountered: