Skip to content

Instantly share code, notes, and snippets.

@MadLittleMods
Last active August 29, 2015 14:22
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 MadLittleMods/16fd5d27f9d07604c9cd to your computer and use it in GitHub Desktop.
Save MadLittleMods/16fd5d27f9d07604c9cd to your computer and use it in GitHub Desktop.

Random

  • [title~="hello world"]
    • attribute selector with multiple values. see this
  • *|*[a|title^="si on"]
    • source
    • attribute selector with wildcard namespace and namespace inside attribute selector

Unicode stuff

Invalid

Just wondering how these are handled. They should probably be parsed but just making sure they don't make things throw errors internally.

  • :-vnd-ident
  • .\5cm
  • .two\ words
  • p,
  • x\00007Ctest
    • escaped vertical bar in qualified name
    • source
  • |t2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment