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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/BPklGcrhM68",
"published": "2024-10-30T16:24:26Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/GnVR28GvRkc",
"published": "2024-10-30T16:24:26Z",
"content": "no description",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/100.png"
}
}
}
misskey
{
"id": "9zznifm80vqn000y",
"createdAt": "2024-10-30T16:24:26.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "no description",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9zznigit0vqn000x"
],
"files": [
{
"id": "9zznigit0vqn000x",
"createdAt": "2024-10-30T16:24:27.173Z",
"name": "100.png",
"type": "image/png",
"md5": "97a9762e25d861f51e7bad2f87a366a8",
"size": 0,
"isSensitive": false,
"blurhash": "e15l:;qCfQqCfQqCfkfQfkfQfQfQfQfQfQqCfkfQfkfQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/100.png",
"thumbnailUrl": "http://pasture-one-actor/images/100.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "9zzngtjx0vqn0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/GnVR28GvRkc",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/IEnMWswI5QA",
"published": "2024-10-30T16:24:27Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/70ia__V1na4",
"published": "2024-10-30T16:24:27Z",
"content": "text",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/100.png",
"name": "name",
"summary": "summary",
"content": "content"
}
}
}
misskey
{
"id": "9zznige00vqn0010",
"createdAt": "2024-10-30T16:24:27.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9zznih2x0vqn000z"
],
"files": [
{
"id": "9zznih2x0vqn000z",
"createdAt": "2024-10-30T16:24:27.897Z",
"name": "100.png",
"type": "image/png",
"md5": "4a09ed4f41d26aad59ee0cb347c9dff4",
"size": 0,
"isSensitive": false,
"blurhash": "e2Llqi]nfQ]nfQ]njtfQjtfQfQfQfQfQfQ]njtfQjtfQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/100.png",
"thumbnailUrl": "http://pasture-one-actor/images/100.png",
"comment": "name",
"folderId": null,
"folder": null,
"userId": "9zzngtjx0vqn0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/70ia__V1na4",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/SrQdEcXHM-c",
"published": "2024-10-30T16:24:28Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/97E0H6JFuBQ",
"published": "2024-10-30T16:24:28Z",
"content": "text",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/assets/FediverseLogo.png",
"name": "name",
"imageType": "image/jpeg"
}
]
}
}
misskey
{
"id": "9zznih5s0vqn0012",
"createdAt": "2024-10-30T16:24:28.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9zznihol0vqn0011"
],
"files": [
{
"id": "9zznihol0vqn0011",
"createdAt": "2024-10-30T16:24:28.677Z",
"name": "FediverseLogo.png",
"type": "image/png",
"md5": "85e7feae66363e9e200570a28b0cf20a",
"size": 0,
"isSensitive": false,
"blurhash": "eQE_?c.}4.YJM^}fi{EVw[xu9JK[M~xI-T9+TJRPX2$$E]NFo}j1tO",
"properties": {
"width": 1548,
"height": 1548
},
"url": "http://pasture-one-actor/assets/FediverseLogo.png",
"thumbnailUrl": "http://pasture-one-actor/assets/FediverseLogo.png",
"comment": "name",
"folderId": null,
"folder": null,
"userId": "9zzngtjx0vqn0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/97E0H6JFuBQ",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/ohaSu23UaqE",
"published": "2024-10-30T16:24:29Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/bvQyzGFxkvg",
"published": "2024-10-30T16:24:29Z",
"content": "no comment in attachment",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/assets/FediverseLogo.png"
}
]
}
}
misskey
{
"id": "9zznihxk0vqn0013",
"createdAt": "2024-10-30T16:24:29.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "no comment in attachment",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9zznihol0vqn0011"
],
"files": [
{
"id": "9zznihol0vqn0011",
"createdAt": "2024-10-30T16:24:28.677Z",
"name": "FediverseLogo.png",
"type": "image/png",
"md5": "85e7feae66363e9e200570a28b0cf20a",
"size": 0,
"isSensitive": false,
"blurhash": "eQE_?c.}4.YJM^}fi{EVw[xu9JK[M~xI-T9+TJRPX2$$E]NFo}j1tO",
"properties": {
"width": 1548,
"height": 1548
},
"url": "http://pasture-one-actor/assets/FediverseLogo.png",
"thumbnailUrl": "http://pasture-one-actor/assets/FediverseLogo.png",
"comment": "name",
"folderId": null,
"folder": null,
"userId": "9zzngtjx0vqn0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/bvQyzGFxkvg",
"clippedCount": 0
}