left up right
Attribute Selectors
p [ attrname ] {..}
p [ attrname = "value" ] {..}
p [ attrname ~= "value" ] {..}
p [ attrname |= "value" ] {..}
p [ attrname1 ~= "value1" ] [ attrname2 = "value2" ] [ attrname3 ] {..}

Selection based on whether: