- From: Rich Tibbett <rich.tibbett@gmail.com>
- Date: Fri, 14 Jan 2011 14:00:27 +0100
- To: Anssi Kostiainen <anssi.kostiainen@nokia.com>
- Cc: "public-device-apis@w3.org" <public-device-apis@w3.org>
Received on Friday, 14 January 2011 13:01:20 UTC
On Fri, Jan 14, 2011 at 12:06 PM, Anssi Kostiainen <
anssi.kostiainen@nokia.com> wrote:
> Hi,
>
> On 13.1.2011, at 11.25, ext Rich Tibbett wrote:
>
> > On Wed, Jan 12, 2011 at 7:01 PM, Anssi Kostiainen
>
> > > <a id="vcard">Save Contact</a>
> > >
> > > <script>
> > > var vcard = 'BEGIN:VCARD\n' +
> > > 'VERSION:3.0\n' +
> > > 'N:Doe;John;;;\n' +
> > > 'FN:John Doe\n' +
> > > 'TEL;type=CELL:123456\n' +
> > > 'END:VCARD';
> > >
> > > document.getElementById('vcard').href =
> 'data:text/x-vcard;charset=utf-8,' + encodeURIComponent(vcard);
> > > </script>
> >
> > > Your use case is IMO valid and is an alternative ready-to-use-today way
> of saving objects to the user's device.
> >
> > Feel free to use it in your examples :-)
> >
> > I shall and thanks again for your insight :)
>
> While reading the vCard specs I found a minor bug in my example: the lines
> should be terminated with CRLF (\r\n). It's good to get these details right
> especially if the example ends up in the spec (copy-pasting example code is
> not uncommon).
>
>
I've included your examples in the spec. Feel free to take a look and let me
know if you have further feedback.
- Rich
Received on Friday, 14 January 2011 13:01:20 UTC