-
200609 Oct
Posted in Summer contest
You can now finally see why Niels Leenheer won the Summer contest. The javascript based CSS selectors test he created is now up and running, and it’s über cool. He discovered quite a few bugs in various browsers while in the process of creating this test, so it worked in all ways. Go check it out!
And don’t forget out the blogpost Niels made about the CSS selector bugs he discovered.
You can skip to the end and leave a response.
-
Comments
-
01.
That is really a cool script!
-
02.
Soryu says:Comment » October 9th, 2006 at 9:05 pm
Wow, great Test Suite and Congratulations to Niels.
-
03.
Awesome stuff! .. I thought that IE7 supports attribute selector :/
-
04.
however it looks as it has some issues.. at least some test cases are not precise.
IE6 doesn’t seem to support :first-child or nth-child() at all.. while this tests show it’s successfull in many cases.. (??) -
05.
Medyk: The testcases that IE6 supports are the so called ‘control’ cases.
Take for example :first-child. There is a testcase that checks if the first child is matched by the selector, but there is also a control test case that makes sure the other children are not matched.
The control test cases will usually pass, even when the selector is not supported. This doesn’t mean anything. It is only significant if the selector is supported and one of these control test cases fails. This is an indication that there is a bug in the implementation of the selector.
-
06.
Very good; I think it could be improved even further, but still very good.
I made my own effort a while ago, but it’s nowhere near as polished as this.
-
07.
ah.. now I got it.
Thanks for explanation. I didn’t look throughly at first.
There’s still one thing that puzzles me a bit - it’s space between element names and pseudo class selectors in test cases list.. I think that’s not valid (?).. I know it’s just listing.. but.
Anyway really great tool… for long time I didn’t approached something that usefull.
-
01.
TAG CLOUD
acid3
advanced layout
background
border
Browsers
color
css
CSS3.info
CSS WG
csswg
developer tools
disabled
dom
enabled
feedback
firefox
firefox 3.1
fonts
generated content
grid positioning
hixie
HSLA
HTML5
ie6
ie7
ie8
jina bolton
media player
Opera
Opera Dragonfly
presentations
RGBA
safari
selectors
slides
SVG
text rendering
UI
W3C
wasp
Web Fonts
webkit
windows







Leave a Comment