- From: James M Snell <jasnell@gmail.com>
- Date: Wed, 3 Dec 2014 10:28:58 -0800
- To: Morgaine Fowle <rektide@voodoowarez.com>
- Cc: "public-socialweb@w3.org" <public-socialweb@w3.org>
Yep, considered that approach as well. While it would work, the key
challenge is that the mechanism ought to work in scenarios where HTML
markup is not permitted or used. I have no problem with
implementations being expected to expand it out to a specific bit of
markup where appropriate, but we should not assume that HTML will be
permitted in every instance.
On Wed, Dec 3, 2014 at 10:20 AM, <rektide@voodoowarez.com> wrote:
> Straw-man thought-experiment incoming-
>
>> {
>> "@context": "http://www.w3.org/ns/activitystreams",
>> "@type": "Note",
>> "content": "This note mentions @[http://twitter.com/jasnell|jasnell]
>> on twitter #[http://twitter.com/hashtag/socialwg|socialwg]"
>> }
>
> {
> "@context": "http://www.w3.org/ns/activitystreams",
> "@type": "Note",
> "content": "This note mentions <a href='http://twitter.com/jasnell' itemtype='urn:example:types:person'>@jasnell</a>
> on twitter <a href='http://twitter.com/hashtag/socialwg' itemtype='urn:example:types:folksonomy'>#socialwg</a>"
> }
>
Received on Wednesday, 3 December 2014 18:29:45 UTC