- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Jan 2010 10:49:43 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts In directory hutz:/tmp/cvs-serv17027 Modified Files: Overview.html Log Message: using proper domain names for examples Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/contacts/Overview.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- Overview.html 20 Jan 2010 10:41:29 -0000 1.29 +++ Overview.html 20 Jan 2010 10:49:41 -0000 1.30 @@ -520,8 +520,8 @@ <pre>'home', 'work', 'personal', 'business'.</pre> <p>Additional values may be provided for the <code>types</code> attribute.</p> - <pre class="example sh_javascript">{emails: [{types: ['work'], value: 'john.q.quinlan@barfooinc.com'}, - {types: ['home', 'mobile'], value: 'jquinlan@mail.com'}]}</pre> + <pre class="example sh_javascript">{emails: [{types: ['work'], value: 'john.q.quinlan@inc.example.com'}, + {types: ['home', 'mobile'], value: 'jquinlan@mail.example.com'}]}</pre> </dd> <dt> attribute ContactAddress[] addresses @@ -551,8 +551,8 @@ <pre>'home', 'work', 'personal', 'business'.</pre> <p>Additional values may be provided for the <code>types</code> attribute.</p> - <pre class="example sh_javascript">{impps: [{types: ['work'], value:'im:jquinlan@foobarinc.com'}, - {types: ['work', 'mobile'], value:'sip:jquinlan@foobarinc.com'}]}</pre> + <pre class="example sh_javascript">{impps: [{types: ['work'], value:'im:jquinlan@example.com'}, + {types: ['work', 'mobile'], value:'sip:jquinlan@example.com'}]}</pre> </dd> <dt> attribute DOMString? serviceId @@ -562,7 +562,7 @@ <p>This attribute enables multiple address book sources to be tagged and filtered on Contact objects.</p> <p>It is recommended that an implementation assign the serviceId attribute as a URI.</p> - <pre class="example sh_javascript_dom">{serviceId: 'http://foobar.com/myservices/v1/addressbook'}</pre> + <pre class="example sh_javascript_dom">{serviceId: 'http://example.com/myservices/v1/addressbook'}</pre> </dd> <dt> attribute DOMString[] categories
Received on Wednesday, 20 January 2010 10:49:44 UTC