WebAPI/ContactsAPI: Difference between revisions

Jump to navigation Jump to search
consider add interface ContactTelephone
(→‎Articles: add Clients Gaia/Projects/MozContacts)
(consider add interface ContactTelephone)
Line 110: Line 110:
** formal-name (per suggestion from Jonas), like name, but with all "honorable so and so" etc. included as you would formally address or introduce someone. needs examples of publication on the web, and/or device address books that actually include such a field (haven't seen one yet).
** formal-name (per suggestion from Jonas), like name, but with all "honorable so and so" etc. included as you would formally address or introduce someone. needs examples of publication on the web, and/or device address books that actually include such a field (haven't seen one yet).
** sort-string / sort-as. per suggestion from Jonas, the Japanese iPhone has a field for "phonetic last name" which can be used for sorting. The existing vCard3 sort-string property or vCard4 sort-as (sub)property could be used to capture this if the only intended use is sorting.
** sort-string / sort-as. per suggestion from Jonas, the Japanese iPhone has a field for "phonetic last name" which can be used for sorting. The existing vCard3 sort-string property or vCard4 sort-as (sub)property could be used to capture this if the only intended use is sorting.
* add interface ContactTelephone
** change ContactProperties tel from "DOMString[]" to "ContactTelephone[]"
** define a new "interface ContactTelephone" with
*** DOMString[] type; // or just DOMString type; and force multivalues to be comma delimited e.g. iOS "work fax" becomes "work,fax" for vCard compat.
*** DOMString number;


== FAQ ==
== FAQ ==
canmove, Confirmed users
2,887

edits

Navigation menu