- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Jun 2010 14:56:43 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts/WD1
In directory hutz:/tmp/cvs-serv17504/WD1
Modified Files:
Overview.html
Log Message:
links
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/WD1/Overview.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Overview.html 30 Jun 2010 14:49:39 -0000 1.3
+++ Overview.html 30 Jun 2010 14:56:41 -0000 1.4
@@ -760,8 +760,8 @@
</p>
<p>
Multiple address books, taken from different sources, can be represented within this unified address book interface. Contacts
- from different sources can be distinguished using the <a href="#widl-ContactProperties-serviceId"><code>serviceId</code></a> field.. In addition, multiple address books can be displayed
- by filtering on the required <a href="#widl-ContactProperties-serviceId"><code>serviceId</code></a> value via the <code>Contacts</code> <a href="#widl-Contacts-find">find()</a> function.
+ from different sources can be distinguished using the <a href="#widl-Contact-serviceId"><code>serviceId</code></a> field.. In addition, multiple address books can be displayed
+ by filtering on the required <a href="#widl-Contact-serviceId"><code>serviceId</code></a> value via the <code>Contacts</code> <a href="#widl-Contacts-find">find()</a> function.
</p>
<p>
Equally, multiple contact groups can be represented within this unified address book by specifying consistent <a href="#widl-ContactProperties-tags"><code>tags</code></a> value(s) as part of individual <a href="#contact-interface"><code>Contact</code></a> objects. Multiple contact groups can be displayed by filtering on the
@@ -1404,7 +1404,7 @@
<a>Contact Search Processing</a>
</h2>
<p>
- The <a href="#contacts-interface"><code>Contacts</code></a> <a href="#widl-Contacts-find">find()</a> method provides an operation to search for one of more <a href="#contact-interface"><code>Contact</code></a> objects within the <a href="contacts-interface"><code>Contacts</code></a> database.
+ The <a href="#contacts-interface"><code>Contacts</code></a> <a href="#widl-Contacts-find">find()</a> method provides an operation to search for one of more <a href="#contact-interface"><code>Contact</code></a> objects within the <a href="#contacts-interface"><code>Contacts</code></a> database.
</p>
<div class="section" id="search-qualifiers">
<h3><span class="secno">5.1 </span>
Received on Wednesday, 30 June 2010 14:56:47 UTC