Confirmed users
716
edits
(add FAQ section) |
|||
| Line 35: | Line 35: | ||
attribute DOMString[] category; | attribute DOMString[] category; | ||
attribute ContactAddress[] adr; | attribute ContactAddress[] adr; | ||
attribute DOMString[] tel; | attribute DOMString[] tel; | ||
attribute DOMString[] org; | attribute DOMString[] org; | ||
| Line 47: | Line 42: | ||
attribute Date? anniversary; /* new in vCard4 */ | attribute Date? anniversary; /* new in vCard4 */ | ||
}; | }; | ||
interface ContactAddress { | interface ContactAddress { | ||
attribute DOMString | attribute DOMString streetAddress; | ||
attribute DOMString | attribute DOMString locality; | ||
attribute DOMString | attribute DOMString region; | ||
attribute DOMString | attribute DOMString postalCode; | ||
attribute DOMString | attribute DOMString countryName; | ||
}; | }; | ||