Bureaucrats, canmove, Confirmed users
2,888
edits
(add design reasons for Jonas's previous simplifiation edit, note common reasons properties are omitted, note why gender,sex,gender-identity are omitted) |
(→Proposed API: add 'rev' per discussion with Gregor (need it for updated / merging semantics), also private "id" field for persisting) |
||
| Line 41: | Line 41: | ||
attribute DOMString[] impp; /* per RFC 4770, included in vCard4 */ | attribute DOMString[] impp; /* per RFC 4770, included in vCard4 */ | ||
attribute Date? anniversary; /* new in vCard4 */ | attribute Date? anniversary; /* new in vCard4 */ | ||
readonly attribute Date rev; | |||
/* readonly attribute DOMString id; // private device-implementation-only field */ | |||
}; | }; | ||