Re: Is there an existing mechanism that can be used for WebIntents?

On Tue, Jan 24, 2012 at 11:35 AM, Rich Tibbett <richt@opera.com> wrote:
>
>
> [example]
>
>
> // Client-side invocation example 1:
>
> <a href="web+storage:example.com/**myimage.png<http://example.com/myimage.png>
> ">
>  Add this image to another account
> </a>
>
>
Hi Rich,

Are there any specific reasons you are not using link relations for the
control? i.e. like this:

<a rel="web+storage" href="http://example.com/myimage.png">...</a>

Cheers,
Mike

Received on Tuesday, 24 January 2012 11:50:03 UTC