Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Use ContactField[] type for impp instead of ContactAddress[] #4

Merged
merged 1 commit into from
Mar 22, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ <h2><a>ContactProperties</a> Interface</h2>
<dt>attribute DOMString[] note</dt>
<dd>A string or set thereof specifying supplemental information or a comment that is associated with the contact.
It maps to vCard's NOTE attribute
<dt>attribute ContactAddress[] impp</dt>
<dd>An <code>ContactAddress</code> element or set thereof containing the user's instant messaging address(es).
<dt>attribute ContactField[] impp</dt>
<dd>A <code>ContactField</code> element or set thereof containing the user's instant messaging address(es).
It maps to vCard's IMPP attribute</dd>
<dt>attribute Date anniversary</dt>
<dd>A <code>Date</code> element representing the contact's anniversary. It maps to vCard's ANNIVERSARY attribute</dd>
Expand Down