canmove, Confirmed users
2,887
edits
(→type url: implementation notes) |
(→type tel: punctuation, treatment of (0)) |
||
| Line 42: | Line 42: | ||
==== type tel ==== | ==== type tel ==== | ||
* http://diveintohtml5.org/examples/input-type-tel.html | * http://diveintohtml5.org/examples/input-type-tel.html | ||
Implementation notes: | |||
* Browser should allow spaces, punctuation in general. Postel's law and all that for user-entry. | |||
* If a tel is entered both with an international dialing code and with a "(0)" in the middle, that should be ignored when making/producing a canonical (e.g. UK numbers that have a (0) in the middle for "local" dialing). | |||
==== type url ==== | ==== type url ==== | ||
* http://diveintohtml5.org/examples/input-type-url.html | * http://diveintohtml5.org/examples/input-type-url.html | ||