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://misskey/users/9zti3o917jun0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/FopLZurSw_I",
"published": "2024-10-26T09:08:56Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zti3o917jun0001"
],
"id": "http://pasture-one-actor/actor/8YY27dpxoLE",
"published": "2024-10-26T09:08:56Z",
"content": "no description",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/100.png"
}
}
}
misskey
{
"id": "9zti6yww2joh000y",
"createdAt": "2024-10-26T09:08:56.000Z",
"userId": "9zti5bss2joh0002",
"user": {
"id": "9zti5bss2joh0002",
"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": [
"9zti6z3q2joh000x"
],
"files": [
{
"id": "9zti6z3q2joh000x",
"createdAt": "2024-10-26T09:08:56.246Z",
"name": "100.png",
"type": "image/png",
"md5": "a7fa1d8116e43627740a5298f8cc941d",
"size": 0,
"isSensitive": false,
"blurhash": "e4S7xx|+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": "9zti5bss2joh0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/8YY27dpxoLE",
"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": [
"http://misskey/users/9zti3o917jun0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/1y0iwZYwIYU",
"published": "2024-10-26T09:08:56Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zti3o917jun0001"
],
"id": "http://pasture-one-actor/actor/6t2Aw2bYgbg",
"published": "2024-10-26T09:08:56Z",
"content": "text",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/100.png",
"name": "name",
"summary": "summary",
"content": "content"
}
}
}
misskey
{
"id": "9zti6yww2joh0010",
"createdAt": "2024-10-26T09:08:56.000Z",
"userId": "9zti5bss2joh0002",
"user": {
"id": "9zti5bss2joh0002",
"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": [
"9zti6znm2joh000z"
],
"files": [
{
"id": "9zti6znm2joh000z",
"createdAt": "2024-10-26T09:08:56.962Z",
"name": "100.png",
"type": "image/png",
"md5": "45464857365d8773aca550d7fc9cafd5",
"size": 0,
"isSensitive": false,
"blurhash": "e0A1Be.2fQ.2fQ.2j@fQj@fQfQfQfQfQfQ.2j@fQj@fQfQfQfQfQfQ",
"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": "9zti5bss2joh0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/6t2Aw2bYgbg",
"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": [
"http://misskey/users/9zti3o917jun0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/aPuX5okuYaE",
"published": "2024-10-26T09:08:57Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zti3o917jun0001"
],
"id": "http://pasture-one-actor/actor/bFCC_l8UoiU",
"published": "2024-10-26T09:08:57Z",
"content": "text",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/assets/FediverseLogo.png",
"name": "name",
"imageType": "image/jpeg"
}
]
}
}
misskey
{
"id": "9zti6zoo2joh0012",
"createdAt": "2024-10-26T09:08:57.000Z",
"userId": "9zti5bss2joh0002",
"user": {
"id": "9zti5bss2joh0002",
"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": [
"9zti709r2joh0011"
],
"files": [
{
"id": "9zti709r2joh0011",
"createdAt": "2024-10-26T09:08:57.759Z",
"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": "9zti5bss2joh0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/bFCC_l8UoiU",
"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": [
"http://misskey/users/9zti3o917jun0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/-3mrjutUYJ0",
"published": "2024-10-26T09:08:58Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zti3o917jun0001"
],
"id": "http://pasture-one-actor/actor/2J08p1Egpdc",
"published": "2024-10-26T09:08:58Z",
"content": "no comment in attachment",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/assets/FediverseLogo.png"
}
]
}
}
misskey
{
"id": "9zti70gg2joh0013",
"createdAt": "2024-10-26T09:08:58.000Z",
"userId": "9zti5bss2joh0002",
"user": {
"id": "9zti5bss2joh0002",
"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": [
"9zti709r2joh0011"
],
"files": [
{
"id": "9zti709r2joh0011",
"createdAt": "2024-10-26T09:08:57.759Z",
"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": "9zti5bss2joh0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/2J08p1Egpdc",
"clippedCount": 0
}