Image Description¶
The Image type is defined in ActivityStreams Vocabulary.
In this support table, we only consider how the image description, commonly called AltText is handled. Image descriptions are important from an accessibility standpoint, see WCAG 2.2. Text Alternatives.
It seems that certain implementations, e.g. firefish, store the image description on a per image URL basis and not for every instance of an image reference.
Examples¶
Example 1¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pleroma/users/full"
],
"id": "http://pasture_one_actor/actor/wW4Ivhp7Xi4",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pleroma/users/full"
],
"id": "http://pasture_one_actor/actor/0nVlANzdb-s",
"published": "2024-02-28T20:05:50Z",
"content": "no description",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/images/100.png"
}
}
}
pleroma
{
"account": {
"acct": "actor@pasture_one_actor",
"avatar": "http://pleroma/images/avi.png",
"avatar_static": "http://pleroma/images/avi.png",
"bot": false,
"created_at": "2024-02-28T20:04:49.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://pleroma/images/banner.png",
"header_static": "http://pleroma/images/banner.png",
"id": "AfLrHAlwAWRfPjvda4",
"last_status_at": "2024-02-28T20:05:50",
"locked": false,
"note": "",
"pleroma": {
"accepts_chat_messages": null,
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"privileges": [],
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 19,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"application": null,
"bookmarked": false,
"card": null,
"content": "no description",
"created_at": "2024-02-28T20:05:50.000Z",
"edited_at": null,
"emojis": [],
"favourited": false,
"favourites_count": 0,
"id": "AfLrMibBpUFNm1XuaW",
"in_reply_to_account_id": null,
"in_reply_to_id": null,
"language": null,
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "-1467100017",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture_one_actor/images/100.png",
"remote_url": "http://pasture_one_actor/images/100.png",
"text_url": "http://pasture_one_actor/images/100.png",
"type": "unknown",
"url": "http://pasture_one_actor/images/100.png"
}
],
"mentions": [
{
"acct": "full",
"id": "AfLr7pBAchLfG4gNrU",
"url": "http://pleroma/users/full",
"username": "full"
}
],
"muted": false,
"pinned": false,
"pleroma": {
"content": {
"text/plain": "no description"
},
"context": "http://pasture_one_actor/actor/0nVlANzdb-s",
"conversation_id": 686594052,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"quote": null,
"quote_id": null,
"quote_url": null,
"quote_visible": false,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"poll": null,
"reblog": null,
"reblogged": false,
"reblogs_count": 0,
"replies_count": 0,
"sensitive": false,
"spoiler_text": "",
"tags": [],
"text": null,
"uri": "http://pasture_one_actor/actor/0nVlANzdb-s",
"url": "http://pasture_one_actor/actor/0nVlANzdb-s",
"visibility": "public"
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pleroma/users/full"
],
"id": "http://pasture_one_actor/actor/FaWO9848_4M",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pleroma/users/full"
],
"id": "http://pasture_one_actor/actor/jW4dc8OOSCk",
"published": "2024-02-28T20:05:52Z",
"content": "text",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/images/100.png",
"name": "name",
"summary": "summary",
"content": "content"
}
}
}
pleroma
{
"account": {
"acct": "actor@pasture_one_actor",
"avatar": "http://pleroma/images/avi.png",
"avatar_static": "http://pleroma/images/avi.png",
"bot": false,
"created_at": "2024-02-28T20:04:49.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://pleroma/images/banner.png",
"header_static": "http://pleroma/images/banner.png",
"id": "AfLrHAlwAWRfPjvda4",
"last_status_at": "2024-02-28T20:05:52",
"locked": false,
"note": "",
"pleroma": {
"accepts_chat_messages": null,
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"privileges": [],
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 20,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"application": null,
"bookmarked": false,
"card": null,
"content": "text",
"created_at": "2024-02-28T20:05:52.000Z",
"edited_at": null,
"emojis": [],
"favourited": false,
"favourites_count": 0,
"id": "AfLrMuRhmZn4W5CVTE",
"in_reply_to_account_id": null,
"in_reply_to_id": null,
"language": null,
"media_attachments": [
{
"blurhash": null,
"description": "name",
"id": "-1467100017",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture_one_actor/images/100.png",
"remote_url": "http://pasture_one_actor/images/100.png",
"text_url": "http://pasture_one_actor/images/100.png",
"type": "unknown",
"url": "http://pasture_one_actor/images/100.png"
}
],
"mentions": [
{
"acct": "full",
"id": "AfLr7pBAchLfG4gNrU",
"url": "http://pleroma/users/full",
"username": "full"
}
],
"muted": false,
"pinned": false,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture_one_actor/actor/jW4dc8OOSCk",
"conversation_id": 1367051961,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"quote": null,
"quote_id": null,
"quote_url": null,
"quote_visible": false,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"poll": null,
"reblog": null,
"reblogged": false,
"reblogs_count": 0,
"replies_count": 0,
"sensitive": false,
"spoiler_text": "",
"tags": [],
"text": null,
"uri": "http://pasture_one_actor/actor/jW4dc8OOSCk",
"url": "http://pasture_one_actor/actor/jW4dc8OOSCk",
"visibility": "public"
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pleroma/users/full"
],
"id": "http://pasture_one_actor/actor/Pjwq9NUHfoo",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pleroma/users/full"
],
"id": "http://pasture_one_actor/actor/cRp3dVRcT5g",
"published": "2024-02-28T20:05:54Z",
"content": "text",
"attachment": [
{
"type": "Document",
"url": "http://pasture_one_actor/assets/FediverseLogo.png",
"name": "name",
"imageType": "image/jpeg"
}
]
}
}
pleroma
{
"account": {
"acct": "actor@pasture_one_actor",
"avatar": "http://pleroma/images/avi.png",
"avatar_static": "http://pleroma/images/avi.png",
"bot": false,
"created_at": "2024-02-28T20:04:49.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://pleroma/images/banner.png",
"header_static": "http://pleroma/images/banner.png",
"id": "AfLrHAlwAWRfPjvda4",
"last_status_at": "2024-02-28T20:05:54",
"locked": false,
"note": "",
"pleroma": {
"accepts_chat_messages": null,
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"privileges": [],
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 21,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"application": null,
"bookmarked": false,
"card": null,
"content": "text",
"created_at": "2024-02-28T20:05:54.000Z",
"edited_at": null,
"emojis": [],
"favourited": false,
"favourites_count": 0,
"id": "AfLrN6FNuD477LWpvs",
"in_reply_to_account_id": null,
"in_reply_to_id": null,
"language": null,
"media_attachments": [
{
"blurhash": null,
"description": "name",
"id": "1741179316",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture_one_actor/assets/FediverseLogo.png",
"remote_url": "http://pasture_one_actor/assets/FediverseLogo.png",
"text_url": "http://pasture_one_actor/assets/FediverseLogo.png",
"type": "unknown",
"url": "http://pasture_one_actor/assets/FediverseLogo.png"
}
],
"mentions": [
{
"acct": "full",
"id": "AfLr7pBAchLfG4gNrU",
"url": "http://pleroma/users/full",
"username": "full"
}
],
"muted": false,
"pinned": false,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture_one_actor/actor/cRp3dVRcT5g",
"conversation_id": 1624458339,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"quote": null,
"quote_id": null,
"quote_url": null,
"quote_visible": false,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"poll": null,
"reblog": null,
"reblogged": false,
"reblogs_count": 0,
"replies_count": 0,
"sensitive": false,
"spoiler_text": "",
"tags": [],
"text": null,
"uri": "http://pasture_one_actor/actor/cRp3dVRcT5g",
"url": "http://pasture_one_actor/actor/cRp3dVRcT5g",
"visibility": "public"
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pleroma/users/full"
],
"id": "http://pasture_one_actor/actor/QcCdnkWCRwA",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pleroma/users/full"
],
"id": "http://pasture_one_actor/actor/LVwkn_PufTM",
"published": "2024-02-28T20:05:56Z",
"content": "no comment in attachment",
"attachment": [
{
"type": "Document",
"url": "http://pasture_one_actor/assets/FediverseLogo.png"
}
]
}
}
pleroma
{
"account": {
"acct": "actor@pasture_one_actor",
"avatar": "http://pleroma/images/avi.png",
"avatar_static": "http://pleroma/images/avi.png",
"bot": false,
"created_at": "2024-02-28T20:04:49.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://pleroma/images/banner.png",
"header_static": "http://pleroma/images/banner.png",
"id": "AfLrHAlwAWRfPjvda4",
"last_status_at": "2024-02-28T20:05:56",
"locked": false,
"note": "",
"pleroma": {
"accepts_chat_messages": null,
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"privileges": [],
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 22,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"application": null,
"bookmarked": false,
"card": null,
"content": "no comment in attachment",
"created_at": "2024-02-28T20:05:56.000Z",
"edited_at": null,
"emojis": [],
"favourited": false,
"favourites_count": 0,
"id": "AfLrNHyoHewBVPrllQ",
"in_reply_to_account_id": null,
"in_reply_to_id": null,
"language": null,
"media_attachments": [
{
"blurhash": null,
"description": null,
"id": "1741179316",
"pleroma": {
"mime_type": "application/octet-stream"
},
"preview_url": "http://pasture_one_actor/assets/FediverseLogo.png",
"remote_url": "http://pasture_one_actor/assets/FediverseLogo.png",
"text_url": "http://pasture_one_actor/assets/FediverseLogo.png",
"type": "unknown",
"url": "http://pasture_one_actor/assets/FediverseLogo.png"
}
],
"mentions": [
{
"acct": "full",
"id": "AfLr7pBAchLfG4gNrU",
"url": "http://pleroma/users/full",
"username": "full"
}
],
"muted": false,
"pinned": false,
"pleroma": {
"content": {
"text/plain": "no comment in attachment"
},
"context": "http://pasture_one_actor/actor/LVwkn_PufTM",
"conversation_id": 310504921,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"quote": null,
"quote_id": null,
"quote_url": null,
"quote_visible": false,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"poll": null,
"reblog": null,
"reblogged": false,
"reblogs_count": 0,
"replies_count": 0,
"sensitive": false,
"spoiler_text": "",
"tags": [],
"text": null,
"uri": "http://pasture_one_actor/actor/LVwkn_PufTM",
"url": "http://pasture_one_actor/actor/LVwkn_PufTM",
"visibility": "public"
}