- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Oct 2009 19:33:26 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv19733
Modified Files:
Overview.html
Log Message:
Summary of changes to spec:
- API is now implemented asynchronously
- Usage examples updated to reflect asynchronous nature of API
- ContactsException removed
- ContactError added
- Several new interfaces added for asynchronous implementation (SuccessCallback, ErrorCallback, PendingOperation)
- ContactArray and ContactFilterArray type definitions added
- Issues reviewed and updated
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.html 22 Oct 2009 13:35:06 -0000 1.8
+++ Overview.html 27 Oct 2009 19:33:24 -0000 1.9
@@ -1,632 +1,1113 @@
<!DOCTYPE html>
<html>
- <head>
- <title>The Contacts API</title>
- <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
- <script src='../ReSpec.js/js/respec.js' class='remove'></script>
- <script class='remove'>
- var respecConfig = {
- specStatus: "ED",
- shortName: "contacts-api",
- // publishDate: "2009-08-06",
[...1682 lines suppressed...]
phone: '+440000000000'} );</pre>
-
- <p>The example above MUST be represented in SQL as:
-
- <pre>WHERE (givenName='Bob' AND familyName='Smith' AND phone='+440000000000')
+ <p>
+ The example above MUST be represented in SQL as:<pre>WHERE (givenName='Bob' AND familyName='Smith' AND phone='+440000000000')
</div>
<div class='example'>
@@ -730,7 +1211,8 @@
<h2>Requirements</h2>
<ul>
- <li><em title="must" class="rfc2119">must</em> enable listing all available address books on the device;</li>
+ <li><em title="must" class="rfc2119">must</em> enable listing all available address books on the device;
+ <p class="note">Not currently included. See issue raised in '<a href='#introduction'>Introduction</a>' section.</p></li>
<li><em title="must" class="rfc2119">must</em> enable listing all contacts in the address book(s);</li>
<li><em title="must" class="rfc2119">must</em> enable reading the details for a contact;</li>
Received on Tuesday, 27 October 2009 20:21:30 UTC