- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Dec 2010 15:48:36 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts/WD3
In directory hutz:/tmp/cvs-serv20158/WD3
Modified Files:
Overview.html
Log Message:
Suresh's changes
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/WD3/Overview.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Overview.html 8 Dec 2010 11:49:44 -0000 1.2
+++ Overview.html 8 Dec 2010 15:48:34 -0000 1.3
@@ -592,9 +592,9 @@
</a></li><li class="tocline"><a class="tocxref" href="#api-invocation-via-dom-events"><span class="secno">A. </span>API Invocation via DOM Events</a></li><li class="tocline"><a class="tocxref" href="#user-interaction-guidelines"><span class="secno">B. </span>
User Interaction Guidelines
</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#sharing-contact-information---example--1"><span class="secno">B.1 </span>
- Sharing Contact Information - Example #1
+ Accessing Contact Information - Example #1
</a></li><li class="tocline"><a class="tocxref" href="#sharing-contact-information---example--2"><span class="secno">B.2 </span>
- Sharing Contact Information - Example #2
+ Accessing Contact Information - Example #2
</a></li></ul></li><li class="tocline"><a class="tocxref" href="#references"><span class="secno">C. </span>References</a><ul class="toc"><li class="tocline"><a class="tocxref" href="#normative-references"><span class="secno">C.1 </span>Normative references</a></li><li class="tocline"><a class="tocxref" href="#informative-references"><span class="secno">C.2 </span>Informative references</a></li></ul></li></ul></div>
<div class="section" id="conformance"><!--OddPage--><h2><span class="secno">1. </span>Conformance</h2><p>As well as sections marked as non-normative, all authoring guidelines, diagrams, examples, and notes in this specification are non-normative. Everything else in this specification is normative.</p>
@@ -856,9 +856,7 @@
The attributes provided in this interface are under review and are likely to change as the recommendation progresses.
</p>
<p>
- The <a href="#contact-interface"><code>Contact</code></a> interface captures the properties of a contact object. All properties
- included in this interface have a corresponding definition in [<cite><a href="#bib-POCO-SCHEMA" rel="biblioentry" class="bibref">POCO-SCHEMA</a></cite>] and are intended to be direct mappings to
- attributes also defined in [<cite><a href="#bib-RFC2426" rel="biblioentry" class="bibref">RFC2426</a></cite>].
+ The <a href="#contact-interface"><code>Contact</code></a> interface captures the properties of a contact object.
</p>
<p>
All <a href="#contact-interface"><code>Contact</code></a> objects <em title="must" class="rfc2119">must</em> include all attributes supported by the implementation,
@@ -1729,7 +1727,7 @@
</p>
<div class="section" id="sharing-contact-information---example--1">
<h3><span class="secno">B.1 </span>
- Sharing Contact Information - Example #1
+ Accessing Contact Information - Example #1
</h3>
<p>
A website requests access to a user's address book with the following code:
@@ -1810,7 +1808,7 @@
<div class="section" id="sharing-contact-information---example--2">
<h3><span class="secno">B.2 </span>
- Sharing Contact Information - Example #2
+ Accessing Contact Information - Example #2
</h3>
<p>
A website requests access to a user's address book with the following code:
Received on Wednesday, 8 December 2010 15:48:38 UTC