public
Description: Common Feature Tests
Homepage: http://yura.thinkweb2.com/cft/
Clone URL: git://github.com/kangax/cft.git
cft /
name age message
file README Fri Dec 05 06:57:37 -0800 2008 Change README [Juriy Zaytsev]
file feature_tests.js Sat Sep 26 11:39:20 -0700 2009 Add test for ES5 strict mode support. [kangax]
file getStyleProperty.js Sat May 09 11:05:37 -0700 2009 Add `IS_DOCUMENT_GETELEMENTSBYNAME_BUGGY` test.... [Juriy Zaytsev]
file index.html Thu Oct 08 08:07:31 -0700 2009 Add link to DOMFocusIn description in DOM L2. A... [kangax]
file master.css Fri Sep 18 08:27:45 -0700 2009 Add link to event support detection. Use proper... [kangax]
file master.js Fri Sep 18 06:43:45 -0700 2009 Restore window position after focusing a dummy ... [kangax]
file style.html Thu May 14 08:16:33 -0700 2009 Add `IS_CANVAS_SUPPORTED` test. Add link to `ge... [Juriy Zaytsev]
README
Common Feature Tests (CFT) aims to provide a convenient set of feature tests (duh!) for Javascript (and JScript). It 
eliminates a need for browser sniffing, providing a much more robust way to work around environment quirks. None of the 
tests require presence of `document.body` and so can be run at any time. A "live" version is at 
http://yura.thinkweb2.com/cft/