Tutorials Bugs Masterclass Free stuff Test pages Proposals

Core tests

Advanced tests

This test

RichInStyle.com tests: the 'attribute contains' selector

Should be red

  1. class ="one man" [class~=man] {color: red}

  2. (title="a long way"). [title~=a] {color: red}

  3. title="g u t B r g" [title~=B {color: red}

  4. title="many hands make" [class~=many].hands {color: red}

Should not be red

  1. (title=A) with [title~=a].