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://gotosocial/users/cookie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Mw7t_sr7hhI",
"published": "2024-10-25T18:12:32Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/SiG5mlHqKKI",
"published": "2024-10-25T18:12:32Z",
"content": "no description",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/100.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JB2E2JM0CWWQGSRWM5ESD4EX",
"created_at": "2024-10-25T18:12:32.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/SiG5mlHqKKI",
"url": "http://pasture-one-actor/actor/SiG5mlHqKKI",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "no description",
"reblog": null,
"account": {
"id": "01JB2E00TZ3CJDTBS8WKXMESER",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-25T18:11:08.266Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 30,
"last_status_at": "2024-10-25T18:12:32.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JB2E2KHJKEVP4061GBQ08TSY",
"type": "image",
"url": "http://gotosocial/fileserver/01JB2E00TZ3CJDTBS8WKXMESER/attachment/original/01JB2E2KHJKEVP4061GBQ08TSY.png",
"text_url": "http://gotosocial/fileserver/01JB2E00TZ3CJDTBS8WKXMESER/attachment/original/01JB2E2KHJKEVP4061GBQ08TSY.png",
"preview_url": "http://gotosocial/fileserver/01JB2E00TZ3CJDTBS8WKXMESER/attachment/small/01JB2E2KHJKEVP4061GBQ08TSY.jpg",
"remote_url": "http://pasture-one-actor/images/100.png",
"preview_remote_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": "L6N[d?}]fQ}]}]oLfQoLfQfQfQfQ"
}
],
"mentions": [
{
"id": "01KR3R9P7189Z7E30P0X6M9D0T",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": 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://gotosocial/users/cookie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Hs6djBWbpas",
"published": "2024-10-25T18:12:33Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/8JawuSyLra8",
"published": "2024-10-25T18:12:33Z",
"content": "text",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/100.png",
"name": "name",
"summary": "summary",
"content": "content"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JB2E2KK8K7F92C3TM5V0BC8Y",
"created_at": "2024-10-25T18:12:33.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/8JawuSyLra8",
"url": "http://pasture-one-actor/actor/8JawuSyLra8",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "text",
"reblog": null,
"account": {
"id": "01JB2E00TZ3CJDTBS8WKXMESER",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-25T18:11:08.266Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 31,
"last_status_at": "2024-10-25T18:12:33.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JB2E2M74TMW9B87T3WWXXVME",
"type": "image",
"url": "http://gotosocial/fileserver/01JB2E00TZ3CJDTBS8WKXMESER/attachment/original/01JB2E2M74TMW9B87T3WWXXVME.png",
"text_url": "http://gotosocial/fileserver/01JB2E00TZ3CJDTBS8WKXMESER/attachment/original/01JB2E2M74TMW9B87T3WWXXVME.png",
"preview_url": "http://gotosocial/fileserver/01JB2E00TZ3CJDTBS8WKXMESER/attachment/small/01JB2E2M74TMW9B87T3WWXXVME.jpg",
"remote_url": "http://pasture-one-actor/images/100.png",
"preview_remote_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": "summary",
"blurhash": "L7QJD.~qfQ~q~qoffQoffQfQfQfQ"
}
],
"mentions": [
{
"id": "01KR3R9P7189Z7E30P0X6M9D0T",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": 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://gotosocial/users/cookie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Y44BD18t4iw",
"published": "2024-10-25T18:12:34Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/0v2-YMUaTNE",
"published": "2024-10-25T18:12:34Z",
"content": "text",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/assets/FediverseLogo.png",
"name": "name",
"imageType": "image/jpeg"
}
],
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JB2E2MJGHZCHB1HD55XZ1EDT",
"created_at": "2024-10-25T18:12:34.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/0v2-YMUaTNE",
"url": "http://pasture-one-actor/actor/0v2-YMUaTNE",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "text",
"reblog": null,
"account": {
"id": "01JB2E00TZ3CJDTBS8WKXMESER",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-25T18:11:08.266Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 32,
"last_status_at": "2024-10-25T18:12:34.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JB2E2MW1YE1H95FHQ6K1BR7S",
"type": "image",
"url": "http://gotosocial/fileserver/01JB2E00TZ3CJDTBS8WKXMESER/attachment/original/01JB2E2MW1YE1H95FHQ6K1BR7S.png",
"text_url": "http://gotosocial/fileserver/01JB2E00TZ3CJDTBS8WKXMESER/attachment/original/01JB2E2MW1YE1H95FHQ6K1BR7S.png",
"preview_url": "http://gotosocial/fileserver/01JB2E00TZ3CJDTBS8WKXMESER/attachment/small/01JB2E2MW1YE1H95FHQ6K1BR7S.jpg",
"remote_url": "http://pasture-one-actor/assets/FediverseLogo.png",
"preview_remote_url": null,
"meta": {
"original": {
"width": 1548,
"height": 1548,
"size": "1548x1548",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": "name",
"blurhash": "LIB{x~.}9Fcn}gnOEUxBDlK[N1wi"
}
],
"mentions": [
{
"id": "01KR3R9P7189Z7E30P0X6M9D0T",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": 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://gotosocial/users/cookie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/DkrTMXgENIM",
"published": "2024-10-25T18:12:34Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/doL3HhACdZQ",
"published": "2024-10-25T18:12:34Z",
"content": "no comment in attachment",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/assets/FediverseLogo.png"
}
],
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JB2E2MJGR5XC1F2ZR9B3SCD2",
"created_at": "2024-10-25T18:12:34.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/doL3HhACdZQ",
"url": "http://pasture-one-actor/actor/doL3HhACdZQ",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "no comment in attachment",
"reblog": null,
"account": {
"id": "01JB2E00TZ3CJDTBS8WKXMESER",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-25T18:11:08.266Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 33,
"last_status_at": "2024-10-25T18:12:34.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JB2E2NHDG8SQ1880WWZSPP7N",
"type": "image",
"url": "http://gotosocial/fileserver/01JB2E00TZ3CJDTBS8WKXMESER/attachment/original/01JB2E2NHDG8SQ1880WWZSPP7N.png",
"text_url": "http://gotosocial/fileserver/01JB2E00TZ3CJDTBS8WKXMESER/attachment/original/01JB2E2NHDG8SQ1880WWZSPP7N.png",
"preview_url": "http://gotosocial/fileserver/01JB2E00TZ3CJDTBS8WKXMESER/attachment/small/01JB2E2NHDG8SQ1880WWZSPP7N.jpg",
"remote_url": "http://pasture-one-actor/assets/FediverseLogo.png",
"preview_remote_url": null,
"meta": {
"original": {
"width": 1548,
"height": 1548,
"size": "1548x1548",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": "LIB{x~.}9Fcn}gnOEUxBDlK[N1wi"
}
],
"mentions": [
{
"id": "01KR3R9P7189Z7E30P0X6M9D0T",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}