Adrien Lavoillotte 17 December 2012 Each advanced attribute selectors has its shortcomings, because of the potential multiplicity of class names. http://codepen.io/joe/pen/Ilhsp If you want to handle all cases, you end up with something that looks like this: [class|=“pod”], [class*=” pod-”], [class*=” pod “], [class$=” pod”]
Each advanced attribute selectors has its shortcomings, because of the potential multiplicity of class names.
http://codepen.io/joe/pen/Ilhsp
If you want to handle all cases, you end up with something that looks like this:
[class|=“pod”],
[class*=” pod-”],
[class*=” pod “],
[class$=” pod”]