Javascript Compatibility Checker Tool?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
Todd_Z
Forum Regular
Posts: 708
Joined: Thu Nov 25, 2004 9:53 pm
Location: U Michigan

Javascript Compatibility Checker Tool?

Post 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
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: Javascript Compatibility Checker Tool?

Post 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.
Post Reply