-
Notifications
You must be signed in to change notification settings - Fork 15
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
Better detecting of supporting features #44
Comments
The optimum solution is rewrite using feature. That's why I wrote feature. |
Started rewriting using feature in the feature branch |
Hi. I was busy last 1,5 month. I want to proceed working on DOM-shim, but I have some questions. What method of communication do you prefer? My skype is termi_uc |
Ideally discussion should be recorded through the github issues list. It's fine to have discussions over skype and summarize through github. |
I need to clarify some code in newest commit |
I've added you over skype, we can talk when's convenient. |
As long as feature not using yet, we need better detecting of supporting features.
For example:
classList
is supported by Opera 11, but it not inElement.prototype
socode invalid for detecting
classList
addShimToInterface
functionif (!hasOwnProperty.call(proto, name))
lineThe text was updated successfully, but these errors were encountered: