- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 May 2011 13:46:05 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts In directory hutz:/tmp/cvs-serv16165/contacts Modified Files: Overview.html Log Message: Also added nullablity to array objects. Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/contacts/Overview.html,v retrieving revision 1.131 retrieving revision 1.132 diff -u -d -r1.131 -r1.132 --- Overview.html 25 May 2011 12:45:08 -0000 1.131 +++ Overview.html 25 May 2011 13:46:03 -0000 1.132 @@ -454,32 +454,32 @@ This attribute contains the nickname (or a casual name) for this <a>Contact</a>. </p> </dd> - <dt>attribute ContactField[] phoneNumbers</dt> + <dt>attribute ContactField[]? phoneNumbers</dt> <dd> <p> This attribute captures one or more phone numbers associated with this <a>Contact</a>. </p> </dd> - <dt>attribute ContactField[] emails</dt> + <dt>attribute ContactField[]? emails</dt> <dd> <p> This attribute represents one or more email addresses associated with this <a>Contact</a>. </p> </dd> - <dt>attribute ContactAddress[] addresses</dt> + <dt>attribute ContactAddress[]? addresses</dt> <dd> <p> This attribute represents one or more physical addresses associated with this <a>Contact</a>. </p> </dd> - <dt>attribute ContactField[] ims</dt> + <dt>attribute ContactField[]? ims</dt> <dd> <p> This attribute represents one or more instant messaging identifiers associated with this <a>Contact</a>. </p> </dd> - <dt>attribute ContactOrganization[] organizations</dt> + <dt>attribute ContactOrganization[]? organizations</dt> <dd> <p> This attribute represents one or more organizations associated with this <a>Contact</a>. @@ -525,7 +525,7 @@ user of the address book. </p> </dd> - <dt>attribute ContactField[] photos</dt> + <dt>attribute ContactField[]? photos</dt> <dd> <p> This attribute represents one or more photos associated with this <a>Contact</a>. @@ -540,14 +540,14 @@ contact. </p> </dd> - <dt>attribute DOMString[] categories</dt> + <dt>attribute DOMString[]? categories</dt> <dd> <p> This attribute contains one or more user-defined categories/tags/labels associated with this <a>Contact</a>. e.g. "family", "favourite", "cryptozoologists". </p> </dd> - <dt>attribute ContactField[] urls</dt> + <dt>attribute ContactField[]? urls</dt> <dd> <p> This attribute represents one or more URLs associated with this <a>Contact</a> e.g. personal web page, @@ -595,7 +595,7 @@ </p> <dl title='[NoInterfaceObject] interface ContactName' class='idl'> - <dt>attribute DOMString formatted</dt> + <dt>attribute DOMString? formatted</dt> <dd> <p> This attribute contains the full name, including all the individual components such as
Received on Wednesday, 25 May 2011 13:46:06 UTC