Skip to content

Instantly share code, notes, and snippets.

@wouterverweirder
Created October 17, 2012 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wouterverweirder/3904102 to your computer and use it in GitHub Desktop.
Save wouterverweirder/3904102 to your computer and use it in GitHub Desktop.
Untitled
a { color: red; }
a[rel='friend'] { color: green; }
a[rel~='friend'] { color: blue; }
a[lang|='es'] { color: yellow; }
<ul>
<li><a href="" lang="en-GB" rel="friend met">Peter</a></li>
<li><a href="" lang="es-ES" rel="friend">Pedro</a></li>
<li><a href="" lang="es-MX" rel="contact">Pancho</a></li>
</ul>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment