- Description
E[attr~="something"] matches any element E with attribute attr that has a list of space seperated values where one is equal to something,
- Example
H1[title~="something"] {color:red;}
- Introduced in CSS version
- 3
- Inherited
- N/A
- Browser Support
Browsers IE 
Firefox 
Safari 
Opera 
Chrome 
Versions 7 1 1 6 0.2
Belongs to:
See the full list CSS properties and browser support: CSS Properties