canmove, Confirmed users
2,848
edits
(→API: todo: change search/find API to use cursors) |
(note that key takes a key URI per RFC6350 6.8.1) |
||
Line 92: | Line 92: | ||
attribute Date bday; | attribute Date bday; | ||
attribute DOMString[] note; | attribute DOMString[] note; | ||
attribute ContactField[] impp; /* per RFC 4770, included in vCard4 */ | attribute ContactField[] impp; /* per RFC 4770, included in vCard4 */ | ||
attribute Date anniversary; /* new in vCard4 */ | attribute Date anniversary; /* new in vCard4 */ | ||
attribute DOMString sex; /* new in vCard4, gender sub-component 1 */ | attribute DOMString sex; /* new in vCard4, gender sub-component 1 */ | ||
attribute DOMstring genderIdentity; /* new in vCard4, gender sub-comp 2 */ | attribute DOMstring genderIdentity; /* new in vCard4, gender sub-comp 2 */ | ||
attribute DOMString[] [https://bugzilla.mozilla.org/show_bug.cgi?id=807688 key]; /* takes a key URI per RFC6350 6.8.1 */ | |||
}; | }; | ||