On Sun, Jan 16, 2011 at 12:04 PM, Trygve Lie <[email protected]> wrote:
> Hi > > I'm working on a small and basic JavaScript introduction I'm going to > hold. In this introduction I would like to point to a good compatibility > table. > > Personally I like kangax's ECMAScript 5 compatibility table: > http://kangax.github.com/es5-compat-table/ > > I've searched around for some time now but I feel I've not found "the" > killer table. Anybody know of a similar table but for earlier versions of > JavaScript? > > Yes, I know of Robert Nyman's tables, but I'm looking for a more compact / > one page table. > http://robertnyman.com/javascript/ Take a look at Thomas Lahn's ES Matrix — http://pointedears.de/scripts/test/es-matrix/ It's one of the most comprehensive (if not the) ES compat table that I know of. I'm not sure how often it is updated though. Note that it doesn't include any of the host methods; just pure native objects and built-in features of various ES implementations (including non-standard extensions). [...] -- kangax -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
