CSS Selector Tester.

Shaun Inman proposed CSS Selectors. This page is an illustration of this first example.

The problem illustrated

The problem is that I have specified that I want a bottom-border on all links. And there is no way, currently, to specify that any links with an image inside should not have this border.

Has a border.

Doesn't have a border.

In order to remove the border, we had to add a class to the link wrapping the image. Lame sauce.

This test is in regards to Shaun Inman's CSS Qualified Selectors.

By: Colin Devroe. Explained in The CSS Selector proposal explained for CSS noobs