- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 19 Jul 2011 12:49:00 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts In directory hutz:/tmp/cvs-serv2223/contacts Modified Files: Overview.html Log Message: formatted gone Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/contacts/Overview.html,v retrieving revision 1.155 retrieving revision 1.156 diff -u -d -r1.155 -r1.156 --- Overview.html 19 Jul 2011 12:36:33 -0000 1.155 +++ Overview.html 19 Jul 2011 12:48:57 -0000 1.156 @@ -540,15 +540,6 @@ </p> <dl title='[NoInterfaceObject] interface ContactName' class='idl'> - <dt>attribute DOMString? formatted</dt> - <dd> - <p> - This attribute contains the full name, including all the individual components such as - <code>givenName</code>, <code>middleName</code>, <code>familyName</code>, <code>prefix</code>, - <code>suffix</code> as appropriate for the user's culture, and formatted for display (e.g. <code>Mr. Joe Smith - Jr.</code>). - </p> - </dd> <dt>attribute DOMString? familyName</dt> <dd> <p> @@ -644,14 +635,6 @@ This attribute contains the type of address this object is representing (e.g. <code>work</code>, <code>home</code>, <code>premises</code>, etc). </p> </dd> - <dt>attribute DOMString? formatted</dt> - <dd> - <p> - This attribute contains the full physical address including <code>street</code>, <code>locality</code>, - <code>region</code>, <code>postalCode</code>, and <code>country</code> as appropriate, and formatted for - display. - </p> - </dd> <dt>attribute DOMString? streetAddress</dt> <dd> <p> @@ -945,7 +928,7 @@ "#contact-interface"><code>Contact</code></a> object is defined to be of composed type <a href= "#contactname-interface"><code>ContactName</code></a>. Therefore, a requesting application may request either the full composed attribute (i.e. <code>name</code>) or specific individual attributes - of this composed attribute (i.e. <code>name.formatted</code>, <code>name.familyName</code>, + of this composed attribute (i.e. <code>name.familyName</code>, <code>name.givenName</code>, <code>name.middleName</code>, <code>name.honorificPrefix</code>, <code>name.honorificSuffix</code>) as part of a <a href= "#contacts-interface"><code>Contacts</code></a> <a href="#widl-Contacts-find-void-DOMStringArray-fields-ContactFindCB-successCB-ContactErrorCB-errorCB-ContactFindOptions-options">find()</a> operation's
Received on Tuesday, 19 July 2011 12:49:01 UTC