- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Mar 2010 13:43:25 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv31672
Modified Files:
Overview.html
Log Message:
s/sequence/array/ in prose
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- Overview.html 24 Feb 2010 11:36:43 -0000 1.46
+++ Overview.html 24 Mar 2010 13:43:23 -0000 1.47
@@ -496,7 +496,7 @@
<dd>
<p>One or more telephone numbers associated with the contact.</p>
- <p>The first object in this sequence is inferred to be the user's preferred/default phone number.</p>
+ <p>The first object in this array is inferred to be the user's preferred/default phone number.</p>
<p>The following constants are defined for use in the <code>types</code> attribute for phone numbers:</p>
<pre>'home', 'work', 'voice', 'fax', 'fixed', 'mobile', 'car', 'video', 'isdn', 'pager', 'modem', 'pcs'.</pre>
@@ -510,7 +510,7 @@
</dt>
<dd>
<p>One or more email addresses associated with the contact.</p>
- <p>The first object in this sequence is inferred to be the user's preferred/default email address.</p>
+ <p>The first object in this array is inferred to be the user's preferred/default email address.</p>
<p>The following constants are defined for use in the <code>types</code> attribute for email addresses:</p>
<pre>'home', 'work', 'personal', 'business'.</pre>
@@ -524,7 +524,7 @@
</dt>
<dd>
<p>One or more addresses associated with the contact.</p>
- <p>The first object in this sequence is inferred to be the user's preferred/default address.</p>
+ <p>The first object in this array is inferred to be the user's preferred/default address.</p>
<pre class="example sh_javascript">{addresses: [{types: ['home'],
value: {streetNumber: '123',
@@ -540,7 +540,7 @@
</dt>
<dd>
<p>One or more instant messaging and presence protocol addresses associated with the contact.</p>
- <p>The first object in this sequence is inferred to be the user's preferred/default instant messaging and presence protocol address.</p>
+ <p>The first object in this array is inferred to be the user's preferred/default instant messaging and presence protocol address.</p>
<p>The following constants are defined for use in the <code>types</code> attribute for instant messaging and presence protocol addresses:</p>
<pre>'home', 'work', 'personal', 'business'.</pre>
Received on Wednesday, 24 March 2010 13:43:27 UTC