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/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/jIDQCaQftY0",
"published": "2024-12-04T18:28:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/4GdEWbpxpDY",
"published": "2024-12-04T18:28:04Z",
"content": "no description",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/100.png"
}
}
}
misskey
{
"id": "a1dsc8ps77jl000t",
"createdAt": "2024-12-04T18:28:04.000Z",
"userId": "a1ds7sc977jl0002",
"user": {
"id": "a1ds7sc977jl0002",
"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": [
"a1dsc9ll77jl000s"
],
"files": [
{
"id": "a1dsc9ll77jl000s",
"createdAt": "2024-12-04T18:28:05.145Z",
"name": "100.png",
"type": "image/png",
"md5": "735701d0501cb30a0ef16343b9c4bc7c",
"size": 0,
"isSensitive": false,
"blurhash": "e0Gp_V|+fQ|+fQ|+jufQjufQfQfQfQfQfQ|+jufQjufQfQfQfQfQfQ",
"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": "a1ds7sc977jl0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/4GdEWbpxpDY",
"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/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/1X_NNHwNZeA",
"published": "2024-12-04T18:28:05Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/wEYbAkTRVHU",
"published": "2024-12-04T18:28:05Z",
"content": "text",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/100.png",
"name": "name",
"summary": "summary",
"content": "content"
}
}
}
misskey
{
"id": "a1dsc9hk77jl000v",
"createdAt": "2024-12-04T18:28:05.000Z",
"userId": "a1ds7sc977jl0002",
"user": {
"id": "a1ds7sc977jl0002",
"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": [
"a1dsca4877jl000u"
],
"files": [
{
"id": "a1dsca4877jl000u",
"createdAt": "2024-12-04T18:28:05.816Z",
"name": "100.png",
"type": "image/png",
"md5": "ed12e5fb5fb4d46a31e7ae0f0a053a6d",
"size": 0,
"isSensitive": false,
"blurhash": "e0Bv_9=2fQ=2fQ=2jtfQjtfQfQfQfQfQfQ=2jtfQjtfQfQfQfQfQfQ",
"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": "a1ds7sc977jl0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/wEYbAkTRVHU",
"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/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/TgFG6wwyFdo",
"published": "2024-12-04T18:28:06Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/gHKfavdk5Jc",
"published": "2024-12-04T18:28:06Z",
"content": "text",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/assets/FediverseLogo.png",
"name": "name",
"imageType": "image/jpeg"
}
]
}
}
misskey
{
"id": "a1dsca9c77jl000x",
"createdAt": "2024-12-04T18:28:06.000Z",
"userId": "a1ds7sc977jl0002",
"user": {
"id": "a1ds7sc977jl0002",
"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": [
"a1dscaor77jl000w"
],
"files": [
{
"id": "a1dscaor77jl000w",
"createdAt": "2024-12-04T18:28:06.555Z",
"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": "a1ds7sc977jl0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/gHKfavdk5Jc",
"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/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/SHtHLX1wx2U",
"published": "2024-12-04T18:28:07Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/Ph2nyN2ZDuA",
"published": "2024-12-04T18:28:07Z",
"content": "no comment in attachment",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/assets/FediverseLogo.png"
}
]
}
}
misskey
{
"id": "a1dscb1477jl000y",
"createdAt": "2024-12-04T18:28:07.000Z",
"userId": "a1ds7sc977jl0002",
"user": {
"id": "a1ds7sc977jl0002",
"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": [
"a1dscaor77jl000w"
],
"files": [
{
"id": "a1dscaor77jl000w",
"createdAt": "2024-12-04T18:28:06.555Z",
"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": "a1ds7sc977jl0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/Ph2nyN2ZDuA",
"clippedCount": 0
}