- From: Mercurial notifier <cvsmail@w3.org>
- Date: Fri, 22 Jun 2012 14:56:14 +0000
- To: public-dap-commits@w3.org
changeset: 115:260ff23472a4 user: Robin Berjon <robin@berjon.com> date: Fri Jun 22 16:12:24 2012 +0200 files: contacts/Overview.html description: replace some key terms diff -r 57977d8c28a0 -r 260ff23472a4 contacts/Overview.html --- a/contacts/Overview.html Fri Jun 22 16:11:00 2012 +0200 +++ b/contacts/Overview.html Fri Jun 22 16:12:24 2012 +0200 @@ -73,7 +73,7 @@ </p> <p> A set of <a href="#security-and-privacy-considerations">Security and Privacy Considerations</a> are - presented for the discretion of both implementers of the Contacts API and recipients of contact + presented for the discretion of both implementers of the Pick Contacts Intent and recipients of contact information (i.e. web pages). This specification provides a set of non-normative <a href="#user-interaction-guidelines">User Interaction Guidelines</a> demonstrating an example user experience that is compliant with the Security and Privacy Considerations described herein. @@ -153,7 +153,7 @@ ensure that no contact information is retrievable without the user's express permission. </p> <section> - <h2>Privacy considerations for implementers of the Contacts API</h2> + <h2>Privacy considerations for implementers of the Pick Contacts Intent</h2> <p> A <a class="product-ua" href="#ua">user agent</a> should not provide contact information to Web sites without the express permission of the user. A <a>user agent</a> should acquire permission from the user, unless @@ -216,7 +216,7 @@ <section class='informative'> <h2>Additional implementation considerations</h2> <p> - Further to the requirements listed in the previous section, implementers of the Contacts API are + Further to the requirements listed in the previous section, implementers of the Pick Contacts Intent are also advised to consider the following aspects that can negatively affect the privacy of their users: in certain cases, users can inadvertently grant permission to the <a>user agent</a> to disclose their contacts to Web sites. In other cases, the content hosted at a certain URL changes in such a way that the @@ -785,7 +785,7 @@ <dd>Access to the requested information was denied by the implementation or by the user.</dd> <dt>readonly attribute unsigned short code</dt> - <dd>An error code assigned by an implementation when an error has occurred in Contacts API + <dd>An error code assigned by an implementation when an error has occurred in Pick Contacts Intent processing.</dd> </dl> </section> @@ -1061,7 +1061,7 @@ </pre> <p> - This parameter will be used within the Contacts API as follows: + This parameter will be used within the Pick Contacts Intent as follows: </p> <pre class="sh_javascript"> var contact = ...; // ...obtain individual contact object
Received on Friday, 22 June 2012 14:56:16 UTC