- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 May 2011 16:23:10 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv23240
Modified Files:
Overview.html
Log Message:
completed more testing markup
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- Overview.html 25 May 2011 15:58:11 -0000 1.134
+++ Overview.html 25 May 2011 16:23:08 -0000 1.135
@@ -302,7 +302,7 @@
<section>
<h2><a>ServiceContacts</a> interface</h2>
- <p>
+ <p id="ta-aa" class="product-ua">
The <a>ServiceContacts</a> interface is exposed on the <a class="externalDFN">Navigator</a>
object [[NAVIGATOR]]. Its goal is to provide an access point to the functionality in this
specification.
@@ -400,7 +400,7 @@
<p>
The <a>Contact</a> interface captures the properties of a contact object.
</p>
- <p>
+ <p id="ta-ac" class="product-ua">
All <a>Contact</a> objects MUST include all attributes supported by the implementation, regardless
of whether these attributes have been assigned a <code>null</code> value or not. If a supported attribute has not been
assigned a value by the user or the implementation, then this attribute MUST still be present in the
@@ -965,7 +965,7 @@
"#contacts-interface"><code>Contacts</code></a> <a href="#widl-Contacts-find">find()</a> operation.
</p>
- <p>
+ <p id="ta-ab" class="product-ua">
If the <a>search qualifier</a> provided is of <em>zero-length</em> then the current <a href=
"#contacts-interface"><code>Contacts</code></a> <a href="#widl-Contacts-find">find()</a> operation and
the current find() operation was invoked with a non-<code>null</code>
@@ -998,7 +998,7 @@
only through child attributes of that object, or <code>array</code>.
</p>
- <p>
+ <p class="product-ua" id="ta-af">
A requesting application MUST be able to request both the full composed <a href=
"#contact-interface"><code>Contact</code></a> attribute and also be able to request individual parts
of a composed <a href="#contact-interface"><code>Contact</code></a> attribute in the <a>search
@@ -1018,9 +1018,9 @@
<a>search qualifier</a>.
</p>
- <p>
+ <p id="ta-af" class="product-ua">
In the case that a composed <a href="#contact-interface"><code>Contact</code></a> attribute is
- defined as a sequence or array of composed objects, specific individual attributes can be referenced
+ defined as an array of composed objects, specific individual attributes can be referenced
by using the composed attribute name, a dot (<code>.</code>) character and the individual attribute
to be retrieved.
</p>
@@ -1075,7 +1075,7 @@
the <a href="#contactfindcb-interface"><code>ContactFindCB</code></a> callback function.
</p>
- <p>
+ <p id="ta-ae" class="product-ua">
If a <a href="#contactfindoptions-interface"><code>ContactFindOptions</code></a> object is
provided to the <a href="#contacts-interface"><code>Contacts</code></a> <a href=
"#widl-Contacts-find">find()</a> operation and its <code>multiple</code> attribute is set to
Received on Wednesday, 25 May 2011 16:23:14 UTC