2009/dap/contacts Overview.html,1.82,1.83

Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv14992

Modified Files:
	Overview.html 
Log Message:
more trimming of save/write mentions


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- Overview.html	14 Sep 2010 14:17:03 -0000	1.82
+++ Overview.html	14 Sep 2010 16:41:51 -0000	1.83
@@ -315,7 +315,7 @@
             </p>
             <ol class="rule">
               <li>
-                If a current find(), save() or remove() operation is pending a response, and the method was invoked with a
+                If a current find() operation is pending a response, and the method was invoked with a
                 non-<code>null</code> <code>errorCB</code> argument, invoke the <code>errorCB</code> with a <a
                  href='#widl-ContactError-PENDING_OPERATION_ERROR'><code>PENDING_OPERATION_ERROR</code></a> code.
               </li>
@@ -928,7 +928,7 @@
             const unsigned short PENDING_OPERATION_ERROR = 4
           </dt>
           <dd>
-            If the <a>user agent</a> is currently waiting for a callback on a current find(), save() or remove() operation, as defined in
+            If the <a>user agent</a> is currently waiting for a callback on a current find() operation, as defined in
             this specification.
           </dd>
           <dt>
@@ -1518,7 +1518,7 @@
       </h2>
       <p>
         This specification is primarily intended to provide the user with the ability to view and control the contact information that may
-        be shared, saved or removed from their unified address book. This annex provides some examples of a conformant user experience that
+        be shared from their unified address book. This annex provides some examples of a conformant user experience that
         this specification enables.
       </p>
       <section>
@@ -1565,7 +1565,7 @@
            href="contacts_notification.png">View as PNG</a>)
         </p>
         <p>
-          If an additional find(), save() or remove() operation is called by the current web application before the user has clicked
+          If an additional find() operation is called by the current web application before the user has clicked
           &#39;Select&#39; or &#39;Cancel&#39; on the current notification, an error will be invoked with a code of <a
            href="#widl-ContactError-PERMISSION_DENIED_ERROR"><code>PENDING_OPERATION_ERROR</code></a> if that operation was defined with a
           non-<code>null</code> <code>errorCB</code> parameter.
@@ -1592,7 +1592,7 @@
           one or more contacts (as appropriate) from the user interface.
         </p>
         <p>
-          If an additional find(), save() or remove() operation is called by the current web application before the user has clicked
+          If an additional find() operation is called by the current web application before the user has clicked
           &#39;Select&#39; or &#39;Cancel&#39; on the current notification, an error will be invoked with a code of <a
            href="#widl-ContactError-PERMISSION_DENIED_ERROR"><code>PENDING_OPERATION_ERROR</code></a> if that operation was defined with a
           non-<code>null</code> <code>errorCB</code> parameter.

Received on Tuesday, 14 September 2010 16:41:58 UTC