20
edits
| Line 41: | Line 41: | ||
attribute DOMString sortOrder; // e.g. "descending" | attribute DOMString sortOrder; // e.g. "descending" | ||
attribute unsigned long filterLimit; | attribute unsigned long filterLimit; | ||
}; | |||
interface nsIDOMContactTelephone : nsISupports | |||
{ | |||
attribute jsval type; // DOMString[] | |||
attribute DOMString number; | |||
}; | }; | ||
| Line 48: | Line 54: | ||
interface ContactAddress { | interface ContactAddress { | ||
attribute jsval type; | |||
attribute DOMString streetAddress; | attribute DOMString streetAddress; | ||
attribute DOMString locality; | attribute DOMString locality; | ||
| Line 71: | Line 78: | ||
attribute DOMString[] category; | attribute DOMString[] category; | ||
attribute ContactAddress[] adr; | attribute ContactAddress[] adr; | ||
attribute | attribute ContactTelephone[] tel; | ||
attribute DOMString[] org; | attribute DOMString[] org; | ||
attribute DOMString[] jobTitle; /* 'title' from vCard made specific */ | attribute DOMString[] jobTitle; /* 'title' from vCard made specific */ | ||
edits