Skip to content

Instantly share code, notes, and snippets.

@Victa
Created May 19, 2012 10:56
Show Gist options
  • Save Victa/2730459 to your computer and use it in GitHub Desktop.
Save Victa/2730459 to your computer and use it in GitHub Desktop.
CSS3 Substring Matching Attribute Selectors
  • [att^=val] – the “begins with” selector
  • [att$=val] – the “ends with” selector
  • [att=val]* – the “contains” selector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment