Page 1 of 1

Javascript Compatibility Checker Tool?

Posted: Wed Jul 15, 2009 12:27 pm
by Todd_Z
Does anyone know of a tool that will check a website's javascript for compatibility issues?

I typically just use prototype's functions as much as possible to ensure cross browser compatibility, but i still have problems

Re: Javascript Compatibility Checker Tool?

Posted: Wed Jul 15, 2009 12:50 pm
by kaszu
I believe it's impossible to create such automated tool, since tool would have to check if code has 'workarounds' for all browsers all quirks. Even creating a tool for checking if code has cross-browser workaround for addEventListener would be a nightmare.

Tools what I use are browsers and unit testing.