Have the following possible values for the TYPE attribute been considered for the INPUT element?<br><br>type="color"<br>The user agent would display an appropriate colour picker and would send a hexidecimal string represting that colour to the server.
<br><br>type="address"<br>Indicates that the input should represent an address, the user agent may aid by displaying data from a GPS or use an online map etc.<br><br>type="location"<br>Same as above but instead of sending an address string it would send latitude/longitude information, this (as opposed to the above) would send a well-formed string.
<br><br>Perhaps coordinates/geocoordinates or something else would be a more suitable name for the latter. <br><br>Regards,<br>Benjamin<br><br>