Main Contents

CSS3 Selectors: is your browser compatible?

Tools July 28, 2008

If you want to know which CSS3 selectors will work with your browser there is a quick way to test it. CSS3.info has created a page which runs the test and all you have to do is point your browser to http://www.css3.info/selectors-test/test.html and the test automatically runs.

? Running Safari 3.1.2 under Leopard resulted in all 43 selectors and all 578 tests passing.
● Explorer 6 on XP resulted from 43 selectors only 10 passed, buggy and 32 are unsupported (Passed 276 out of 578 tests).
? Firefox 2 on XP showed from the 43 selectors that 26 have passed, 10 are buggy and 7 are unsupported (Passed 357 out of 578 tests).

I did not expect more from IE6 but that Firefox2 was not up to snuff with Safari, this did astonish me a bit.

 

Leave a comment