contact-picker
contact-picker copied to clipboard
Contact Picker API
It would be good to then clarify that payerName would be the user’s preferred rendering of their name.
Apple recently decided to [add support](https://webkit.org/blog/8607/release-notes-for-safari-technology-preview-76/) for phonetic name in its Payment Request API's `PaymentAddress` object. In Japan, people use 3 different characters - Kanji, Hiragana and Katakana. Texts are...
Hi, There is no clear mapping between the fields of [`PaymentAddress`](https://w3c.github.io/payment-request/#physical-addresses) and the values accepted by the [`autocomplete`](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill) attribute for shipping and billing addresses: `PaymentAddress` uses descriptive semantics while `autocomplete`...
Would it make sense to add optional latitude and longitude fields to the PaymentAddress construct? I see at least two potential use cases: (1) Providing a location hint in cases...
I'm having a number of issues integrating our checkout with the payment request API when it comes to shipping options / shipping address forms. These centre around the address 'region',...
Hello. The [Accessible Platform Architectures WG](https://www.w3.org/WAI/APA/) has reviewed the [Contact Picker API spec](https://www.w3.org/TR/contact-picker/), and has the following comments. [Section 6 "Contact Picker"](https://www.w3.org/TR/contact-picker-1/#contact-picker) gives normative requirements for the UI, but does...
Ref: Contact Picker API [API Description](https://www.w3.org/TR/2023/WD-contact-picker-20230127/#api) Although this API does not define how UI (or browser) will get preset information from user over set of information provided via API, there...
It might be good to consider a feature policy on the main frame and also on iframes so that embedded sites can't just ask for access to the contacts address...
Some operating systems like, for example, [iOS](https://browserhow.com/how-to-add-address-and-contact-for-autofill-in-safari-ios-ipados/#:~:text=tap%20on%20the%20my%20info%20option%20and%20choose%20the%20default%20contact%20as%20your%20name.) let the user determine a special contact that should be used as "my info" for the purpose of autofill. It would be useful...
There's a nice paper at https://www.ndss-symposium.org/wp-content/uploads/ndss2021_1C-3_23159_paper.pdf showing how server-side contact discovery APIs can be abused. The exploits don't directly attack this API, but developers using this API need to know...