The attribute selector

(more info: <http://www.w3.org/TR/REC-CSS2/selector.html#attribute-selectors>)

p[id] { color: #0f0; }

This sentence should be green.

Hides CSS from:

Unfortunately iCab behaves as if [id] was not there. If the selector is p[id] iCab renders every p element green :-(