Le 10 mai 2013 à 23:12, Chris Kavinsky <ckavin...@gmail.com> a écrit :

> I'm working on a web site and the client just reviewed it using his ipad.
> For some reason, the ipad browser is rendering the phone number in both the
> header and footer in blue instead of white. Blue is the default hyperlink
> color, but neither are linked. I don't have an ipad to properly
> troubleshoot, so do any of you ipad users see the same thing? Does anyone
> have any idea what's causing the color change and how to fix it? Here's the
> site:
> 
> http://www.integrityheatingair.com/


According to the Safari web inspector hooked to my iPodTouch/iOS 6, the colour 
comes from a:visited (line 102 in textstyles.css).

The html the device sees is:
<h3><a href="tel:614-423-7645">614-423-7645</a></h3>

(desktop Safari sees <h3>614-423-7645</h3>)

iOS converts those strings of numbers to a tel. number

Philippe
--
Philippe Wittenbergh
http://l-c-n.com




______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to