{
"title" : { "type" : "html",
"value" : "<a href=\"foo\">some activity</a>"
}
}
This does not match with the js apis as all of the activity titles
have the same type - ie limited html. Let's make these the same and
simplify the title to look like this:
{
"title" : "<a href=\"foo\">some activity</a>"
}
- Cassie
Explicit would be good and avoid potential exploits in containers.
"TITLE
<static> object TITLE
A string specifying the primary text of an activity.
Titles may only have the following HTML tags: <b> <i>, <a>, <span>.
The container may ignore this formatting when rendering the activity."
http://www.opensocial.org/Technical-Resources/opensocial-spec-v08/
opensocial-reference08#opensocial.Activity.Field.TITLE
I'm willing to contribute my +1 to this proposal but then it still
needs 2 more.
-- Chris