- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Feb 2010 18:16:02 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv1504
Modified Files:
Overview.html
Log Message:
- minor editorial updates to spec inline with previous CVS commit
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- Overview.html 18 Feb 2010 18:14:09 -0000 1.41
+++ Overview.html 18 Feb 2010 18:16:00 -0000 1.42
@@ -528,20 +528,17 @@
attribute ContactAddress[] addresses
</dt>
<dd>
- <p class='note'>
- Aligned with <a href='http://dev.w3.org/geo/api/spec-source-v2.html#address_interface'>Geolocation v2 specification</a>.
- </p>
- <p>One or more addresses associated with the contact.</p>
+ <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>
<pre class="example sh_javascript">{addresses: [{types: ['home'],
- value: {streetNumber: '123',
+ value: {streetNumber: '123',
street: 'Main Street',
city: 'My Town',
region: 'CA',
postalCode: '91921-1234',
country: 'USA'}
- }]}</pre>
+ }]}</pre>
</dd>
<dt>
attribute ContactField[] impps
@@ -624,6 +621,9 @@
<section>
<h2><a>Address</a> interface</h2>
+ <p class='note'>
+ Aligned with <a href='http://dev.w3.org/geo/api/spec-source-v2.html#address_interface'>Geolocation v2 specification</a>.
+ </p>
<p>
The Address interface supports address information for use in the <a href='#contactaddress-interface'><code>ContactAddress</code></a> interface.
</p>
Received on Thursday, 18 February 2010 18:16:04 UTC