Selectors API Test Suite Update

Hey Everyone -

I've updated the Selectors API test suite that I created to run in IE8.

I've uploaded a copy of the suite here:
http://ejohn.org/apps/selectortest/

You can get the source here:
http://github.com/jeresig/selectortest/tree/master

For right now I'm getting the following numbers:
 - WebKit Nightly 99.3% (16 failing - they support complex :not() expressions)
 - Firefox Nightly 99.3% (16 failing - doesn't handle 'undefined'
being passed in, correctly)
 - IE 8 RC 1 45.9% (1171 failing - Major problem areas are lack of
whitespace trimming, incorrect exceptions being thrown, and lack of
full CSS 3 selector support)
 - Opera 10a1 99.0% (22 failing - Empty string checking in attributes
fails and some disconnected checkbox checks fail)

Please let me know if there are any questions.

--John

Received on Thursday, 12 February 2009 17:01:53 UTC