2 @namespace url
(http://css
.example
.net
/);
3 tests
, tests
* { display: block
; color: green
; }
4 testA
[|attribute
] { color: red
; }
5 testB
[|attribute
="fail"] { color: red
; }
6 testC
[|attribute
~="fail"] { color: red
; }
7 testD
[|attribute^
="fail"] { color: red
; }
8 testE
[|attribute
*="fail"] { color: red
; }
9 testF
[|attribute$
="fail"] { color: red
; }
10 testG
[|attribute|
="fail"] { color: red
; }