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

Use ContactField[] instead of DOMString[] for a few ContactProperties attributes #3

Closed
wants to merge 10 commits into from

Commits on Mar 11, 2013

  1. Make ContactProperties.nickname a ContactField[] instead of DOMString[]

    in vCard v4 specification, the NICKNAME attribute can have a TYPE.
    Therefore, using ContactField type is more consistent.
    cdumez committed Mar 11, 2013
    Copy the full SHA
    fbf859b View commit details
    Browse the repository at this point in the history
  2. Use ContactField[] type for ContactProperties.photo

    This is more consistent with vCard v4 format as the PHOTO attribute
    can have a TYPE parameter.
    cdumez committed Mar 11, 2013
    Copy the full SHA
    9c9e13b View commit details
    Browse the repository at this point in the history
  3. Use ContactField instead of ContactAddress for impp attribute

    This was probably a typo.
    cdumez committed Mar 11, 2013
    Copy the full SHA
    03d0a48 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    89dc0e6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ecc41e7 View commit details
    Browse the repository at this point in the history
  6. Description fixes

    cdumez committed Mar 11, 2013
    Copy the full SHA
    b4f1601 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    39ac05d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    96355a7 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    eafd0a9 View commit details
    Browse the repository at this point in the history
  10. Fix URI -> UIR typo

    cdumez committed Mar 11, 2013
    Copy the full SHA
    45e2484 View commit details
    Browse the repository at this point in the history