For a website I want to use specific CSS rules for mobile devices. What I want is the following:
If you just want a selector for href's using "tel" you can use css attr "starts with" selectors, like so...
a[href^="tel"] { color: red; }
See my example here: http://jsfiddle.net/blowsie/gn9Ld/