Skip to content

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

```json title="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://sharkey/users/9qgprq5jcxrh0001"
  ],
  "id": "http://pasture_one_actor/actor/A8cmNq97cV0",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qgprq5jcxrh0001"
    ],
    "id": "http://pasture_one_actor/actor/GP_9DSvf6ks",
    "published": "2024-03-04T16:24:54Z",
    "content": "no description",
    "attachment": {
      "type": "Document",
      "url": "http://pasture_one_actor/images/100.png"
    }
  }
}
```


```json title="sharkey"
{
  "id": "9qgpul80bg0k000r",
  "uri": "http://pasture_one_actor/actor/GP_9DSvf6ks",
  "url": "http://pasture_one_actor/actor/GP_9DSvf6ks",
  "account": {
    "id": "9qgpt8hxbg0k0003",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-04T16:23:50.853Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 22,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>no description</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "no description",
  "created_at": "2024-03-04T16:24:54.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [
    {
      "id": "9qgpulg6bg0k000q",
      "type": "image",
      "url": "http://pasture_one_actor/images/100.png",
      "remote_url": "http://pasture_one_actor/images/100.png",
      "preview_url": "http://pasture_one_actor/images/100.png",
      "text_url": "http://pasture_one_actor/images/100.png",
      "meta": {
        "width": 40,
        "height": 40
      },
      "description": null,
      "blurhash": "e2L{9R}?fQ}?fQ}?j@fQj@fQfQfQfQfQfQ}?j@fQj@fQfQfQfQfQfQ"
    }
  ],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 2

```json title="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://sharkey/users/9qgprq5jcxrh0001"
  ],
  "id": "http://pasture_one_actor/actor/etCxkzoIK04",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qgprq5jcxrh0001"
    ],
    "id": "http://pasture_one_actor/actor/D_yd59tDj2k",
    "published": "2024-03-04T16:24:56Z",
    "content": "text",
    "attachment": {
      "type": "Document",
      "url": "http://pasture_one_actor/images/100.png",
      "name": "name",
      "summary": "summary",
      "content": "content"
    }
  }
}
```


```json title="sharkey"
{
  "id": "9qgpumrkbg0k000t",
  "uri": "http://pasture_one_actor/actor/D_yd59tDj2k",
  "url": "http://pasture_one_actor/actor/D_yd59tDj2k",
  "account": {
    "id": "9qgpt8hxbg0k0003",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-04T16:23:50.853Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 23,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>text</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "text",
  "created_at": "2024-03-04T16:24:56.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [
    {
      "id": "9qgpun4bbg0k000s",
      "type": "image",
      "url": "http://pasture_one_actor/images/100.png",
      "remote_url": "http://pasture_one_actor/images/100.png",
      "preview_url": "http://pasture_one_actor/images/100.png",
      "text_url": "http://pasture_one_actor/images/100.png",
      "meta": {
        "width": 40,
        "height": 40
      },
      "description": "name",
      "blurhash": "e1F7PK?^fQ?^fQ?^j[fQj[fQfQfQfQfQfQ?^j[fQj[fQfQfQfQfQfQ"
    }
  ],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 3

```json title="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://sharkey/users/9qgprq5jcxrh0001"
  ],
  "id": "http://pasture_one_actor/actor/daQ3U5ydpJ8",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qgprq5jcxrh0001"
    ],
    "id": "http://pasture_one_actor/actor/-zLFuoVyMRg",
    "published": "2024-03-04T16:24:58Z",
    "content": "text",
    "attachment": [
      {
        "type": "Document",
        "url": "http://pasture_one_actor/assets/FediverseLogo.png",
        "name": "name",
        "imageType": "image/jpeg"
      }
    ]
  }
}
```


```json title="sharkey"
{
  "id": "9qgpuob4bg0k000v",
  "uri": "http://pasture_one_actor/actor/-zLFuoVyMRg",
  "url": "http://pasture_one_actor/actor/-zLFuoVyMRg",
  "account": {
    "id": "9qgpt8hxbg0k0003",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-04T16:23:50.853Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 24,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>text</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "text",
  "created_at": "2024-03-04T16:24:58.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [
    {
      "id": "9qgpuousbg0k000u",
      "type": "image",
      "url": "http://pasture_one_actor/assets/FediverseLogo.png",
      "remote_url": "http://pasture_one_actor/assets/FediverseLogo.png",
      "preview_url": "http://pasture_one_actor/assets/FediverseLogo.png",
      "text_url": "http://pasture_one_actor/assets/FediverseLogo.png",
      "meta": {
        "width": 1548,
        "height": 1548
      },
      "description": "name",
      "blurhash": "eQF5X3.}4.YJIm}ynOEUxBt89IK[N1xI-T9,TJRPX3$#ASNFo}aPtP"
    }
  ],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```

Example 4

```json title="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://sharkey/users/9qgprq5jcxrh0001"
  ],
  "id": "http://pasture_one_actor/actor/dSQuAywz-yY",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qgprq5jcxrh0001"
    ],
    "id": "http://pasture_one_actor/actor/G98f4RyCxZI",
    "published": "2024-03-04T16:25:00Z",
    "content": "no comment in attachment",
    "attachment": [
      {
        "type": "Document",
        "url": "http://pasture_one_actor/assets/FediverseLogo.png"
      }
    ]
  }
}
```


```json title="sharkey"
{
  "id": "9qgpupuobg0k000w",
  "uri": "http://pasture_one_actor/actor/G98f4RyCxZI",
  "url": "http://pasture_one_actor/actor/G98f4RyCxZI",
  "account": {
    "id": "9qgpt8hxbg0k0003",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-04T16:23:50.853Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 25,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>no comment in attachment</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "no comment in attachment",
  "created_at": "2024-03-04T16:25:00.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [
    {
      "id": "9qgpuousbg0k000u",
      "type": "image",
      "url": "http://pasture_one_actor/assets/FediverseLogo.png",
      "remote_url": "http://pasture_one_actor/assets/FediverseLogo.png",
      "preview_url": "http://pasture_one_actor/assets/FediverseLogo.png",
      "text_url": "http://pasture_one_actor/assets/FediverseLogo.png",
      "meta": {
        "width": 1548,
        "height": 1548
      },
      "description": "name",
      "blurhash": "eQF5X3.}4.YJIm}ynOEUxBt89IK[N1xI-T9,TJRPX3$#ASNFo}aPtP"
    }
  ],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```