I am making an html link for a phone.
This is what I have:
<a href="tel:1-888-888-8888"> 1-888-888-8888</a>
Will phones recognize this, or do I need to change it to:
<a href="tel:18888888888"> 1-888-888-8888</a>
I am making an html link for a phone.
This is what I have:
<a href="tel:1-888-888-8888"> 1-888-888-8888</a>
Will phones recognize this, or do I need to change it to:
<a href="tel:18888888888"> 1-888-888-8888</a>
Visual separators (except for spaces) are allowed in the uri.
From RFC 3966 "The tel URI for Telephone Numbers":
5.1.1. Separators in Phone Numbers
Phone numbers MAY contain visual separators. Visual separators ('visual-separator') merely aid readability and are not used for URI comparison or placing a call ... "tel" URIs MUST NOT use spaces in visual separators ...