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": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/yMeE8XyEeBU",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture_one_actor/actor/73xtrBBM4I4",
"published": "2024-03-06T17:41:46Z",
"content": "no description",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/images/100.png"
}
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "no description"
},
"context": "http://pasture_one_actor/actor/73xtrBBM4I4",
"conversation_id": 191543045,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "no description",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/73xtrBBM4I4",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA6axJQQyObXYPY0",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/73xtrBBM4I4",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"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,
"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"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:41:46.000Z",
"emojis": [],
"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"
}
],
"tags": [],
"reblog": null,
"language": null
}
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": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/RPP0HNAII0A",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture_one_actor/actor/PTe1lbaBe9c",
"published": "2024-03-06T17:41:48Z",
"content": "text",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/images/100.png",
"name": "name",
"summary": "summary",
"content": "content"
}
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture_one_actor/actor/PTe1lbaBe9c",
"conversation_id": 609033241,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "text",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/PTe1lbaBe9c",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA6msn54UDazWyAK",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/PTe1lbaBe9c",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"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,
"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"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:41:48.000Z",
"emojis": [],
"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"
}
],
"tags": [],
"reblog": null,
"language": null
}
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": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/QtGFflzcQD4",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture_one_actor/actor/Y0WoNhyHvlI",
"published": "2024-03-06T17:41:50Z",
"content": "text",
"attachment": [
{
"type": "Document",
"url": "http://pasture_one_actor/assets/FediverseLogo.png",
"name": "name",
"imageType": "image/jpeg"
}
]
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture_one_actor/actor/Y0WoNhyHvlI",
"conversation_id": 65324332,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "text",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/Y0WoNhyHvlI",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA6yeLKc3m5erbJQ",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/Y0WoNhyHvlI",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"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,
"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"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:41:50.000Z",
"emojis": [],
"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"
}
],
"tags": [],
"reblog": null,
"language": null
}
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": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/7589fpsYVUM",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture_one_actor/actor/0Ofb3xoAI0w",
"published": "2024-03-06T17:41:52Z",
"content": "no comment in attachment",
"attachment": [
{
"type": "Document",
"url": "http://pasture_one_actor/assets/FediverseLogo.png"
}
]
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "no comment in attachment"
},
"context": "http://pasture_one_actor/actor/0Ofb3xoAI0w",
"conversation_id": 1776894274,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "no comment in attachment",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/0Ofb3xoAI0w",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA7AbEtyhv9VVI8m",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/0Ofb3xoAI0w",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"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,
"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"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:41:52.000Z",
"emojis": [],
"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"
}
],
"tags": [],
"reblog": null,
"language": null
}