- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 10 Jan 2011 15:24:43 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv25649/contacts
Modified Files:
Overview.html
Log Message:
Updated 'Introduction' section.
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- Overview.html 10 Jan 2011 15:19:54 -0000 1.102
+++ Overview.html 10 Jan 2011 15:24:41 -0000 1.103
@@ -87,15 +87,14 @@
<section
id='abstract'>
<p>
- The Contacts API defines the high-level interfaces required to provide read access to a user's unified address book.
+ The Contacts API defines the high-level interfaces required to obtain read access to a user's unified address book.
</p>
<p>
This API includes the following key interfaces:
</p>
<ul>
- <li>A <a href="#servicecontacts-interface"<code>ServiceContacts</code></a> interface, which provides a Contacts extension to the <code>navigator.service</code> object.</li>
- <li>A <a href="#contacts-interface"<code>Contacts</code></a> interface, which provides the read operation for access to a user's unified address book.</li>
- <li>A <a href="#contact-interface"<code>Contact</code></a> interface, which provides individual contact records that are returned following a successful read operation.</li>
+ <li>A <a href="#contacts-interface"<code>Contacts</code></a> interface, which provides the method needed to access to a user's unified address book.</li>
+ <li>A <a href="#contact-interface"<code>Contact</code></a> interface, which provides the individual contact information that can be returned following a successful read operation.</li>
</ul>
<p>
A set of <a href="#security-and-privacy-considerations">Security and Privacy Considerations</a> are presented for the discretion of both
Received on Monday, 10 January 2011 15:24:45 UTC