- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 May 2011 11:49:28 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts In directory hutz:/tmp/cvs-serv26077/contacts Modified Files: Overview.html Log Message: Added feedback from http://lists.w3.org/Archives/Public/public-device-apis/2011May/0017.html Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/contacts/Overview.html,v retrieving revision 1.127 retrieving revision 1.128 diff -u -d -r1.127 -r1.128 --- Overview.html 18 May 2011 14:50:18 -0000 1.127 +++ Overview.html 25 May 2011 11:49:26 -0000 1.128 @@ -682,6 +682,18 @@ within the <a>Contact</a> interface. </p> <dl title='[NoInterfaceObject] interface ContactAddress' class='idl'> + <dt>attribute boolean pref</dt> + <dd> + <p> + This attribute indicates whether this instance of the <code>ContactAddress</code> is the preferred, or primary, value for the contact. + </p> + </dd> + <dt>attribute DOMString type</dt> + <dd> + <p> + 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> @@ -732,6 +744,18 @@ </p> <dl title='[NoInterfaceObject] interface ContactOrganization' class='idl'> + <dt>attribute boolean pref</dt> + <dd> + <p> + This attribute indicates whether this instance of the <code>ContactOrganization</code> is the preferred, or primary, value for the contact. + </p> + </dd> + <dt>attribute DOMString type</dt> + <dd> + <p> + This attribute contains the type of organization this object is representing. + </p> + </dd> <dt>attribute DOMString name</dt> <dd> <p>
Received on Wednesday, 25 May 2011 11:49:30 UTC