This text will be green if the rule has been applied.
#testElement[id] {
color: #00cc00;
}
iCab's implementation of the attribute selector is broken in that rules will be applied as if the attribute selector part is absent (ie, declarations applied to p[id] will be applied to all p elements).
None