0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A little more robust IS_CSS_TRANSFORMATION_SUPPORTED test. More... almost 13 years ago
Fix typo (thanks Garret). More... almost 14 years ago
Comment out section with domfocusin test from the document. More... about 14 years ago
Disable domfocusin test, as focusing test element messes up document scroll position. More... about 14 years ago
Test `children` property for compliance against comment nodes (fails in IE). Thanks Sander Sõnajalg for suggestion. More... over 14 years ago
Add test for whether ActiveX is enabled. More... over 14 years ago
Add test for IS_QUERY_SELECTOR_ALL_BUGGY. Thanks, Diego Perini. More... over 14 years ago
Add link to DOMFocusIn description in DOM L2. Add link to Google doctype's article on conmpat mode (which CFT test is based on). More... over 14 years ago
Add test for ES5 strict mode support. More... over 14 years ago
Add test for buggy `contains` in Safari 2.x (IS_CONTAINS_BUGGY). More... over 14 years ago
Change IS_REGEXP_WHITESPACE_CHARACTER_CLASS_BUGGY to test all whitespace (ES3) chars. Add link to "whitespace deviations" article. More... over 14 years ago
Add link to GitHub repository. Minor stylistic changes. Minor stylistic changes. More... over 14 years ago
Add link to event support detection. Use proper timestamp on a last-updated date. More... over 14 years ago
Add IS_QUIRKS_MODE test (based on work of Google's doctype - <http://code.google.com/p/doctype/wiki/ArticleCompatMode> and Diego Perini) More... over 14 years ago
Restore window position after focusing a dummy element (DOMFocusIn test) More... over 14 years ago
Update name value. More... over 14 years ago
Update date. More... over 14 years ago
First take on IS_DOMFOCUSIN_SUPPORTED. More... over 14 years ago
Add some meta info. Hopefully, will be easier for people to find CFT. More... almost 15 years ago
Update tested browser versions More... almost 15 years ago
Update "last updated" date More... almost 15 years ago
Update list of tested browsers More... almost 15 years ago
Add `IS_CSS_ON` feature test. Requires `document.body`. More... almost 15 years ago
Add test for buggy style.overflow in Konqueror (4.2.2) More... almost 15 years ago
Add `ELEMENT_CHILDREN_RETURNS_ELEMENT_NODES` test More... almost 15 years ago
Move `ARGUMENTS_INSTANCEOF_ARRAY` test to bugs section, since specs define arguments as an object having `Object.prototype` as its [[Prototype]] (not `Array.prototype` as Opera does) More... almost 15 years ago
Update Opera versions More... almost 15 years ago
Add NAMED_FUNCTION_EXPRESSION_IDENTIFIER_LEAKS_ONTO_ENCLOSING_SCOPE test More... almost 15 years ago
Add Konqueror 4.2.2 results, which apparently has similar "table innerHTML" bug as IE More... almost 15 years ago
Fix `COMPUTED_STYLE...` test in IE8 returning `undefined` (thanks, fearphage). Add links to JScript DontEnum bug (MDC) and `document.getElementsByName` article (MSDN). Update XPath test result to include Opera. More... almost 15 years ago