diff options
author | Volpeon <git@volpeon.ink> | 2022-06-16 22:51:12 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-16 22:51:12 +0200 |
commit | 8c0706051eb7529429a7782de54af793ad6f0946 (patch) | |
tree | 66050ddb000d39b681e1cd5a8428159c18f2af66 /content/notebook/fediverse | |
parent | Fix metadata (diff) | |
download | volpeon.ink-8c0706051eb7529429a7782de54af793ad6f0946.tar.gz volpeon.ink-8c0706051eb7529429a7782de54af793ad6f0946.tar.bz2 volpeon.ink-8c0706051eb7529429a7782de54af793ad6f0946.zip |
Added alert component, added image description post from fedi
Diffstat (limited to 'content/notebook/fediverse')
-rw-r--r-- | content/notebook/fediverse/in-depth-image-descriptions.md | 31 | ||||
-rw-r--r-- | content/notebook/fediverse/index.md | 8 |
2 files changed, 39 insertions, 0 deletions
diff --git a/content/notebook/fediverse/in-depth-image-descriptions.md b/content/notebook/fediverse/in-depth-image-descriptions.md new file mode 100644 index 0000000..9fe7e48 --- /dev/null +++ b/content/notebook/fediverse/in-depth-image-descriptions.md | |||
@@ -0,0 +1,31 @@ | |||
1 | --- | ||
2 | schema_type: DigitalDocument | ||
3 | title: Detailed image descriptions aren't always helpful | ||
4 | date: 2022-05-05 | ||
5 | |||
6 | references: | ||
7 | - label: Original Post | ||
8 | url: https://mk.vulpes.one/notes/8zwxp9lywc | ||
9 | --- | ||
10 | |||
11 | ::: alert | ||
12 | I noticed that quite a few people write very extensive image descriptions. | ||
13 | Mastodon in particular implies that this is the correct way since the character limit for them is [three times as high as the limit for the actual post content](https://github.com/mastodon/mastodon/pull/11819). | ||
14 | However, there are common situations where these image descriptions are in fact not helpful. | ||
15 | ::: | ||
16 | |||
17 | Imagine you're using an online shop. | ||
18 | What you'll typically see is a list of products where each list item has a small preview image, a product name and some other metadata.\ | ||
19 | Now imagine that the shop displays a long textual description for each product instead. | ||
20 | This is what the timeline appears like to screen reader users if long image descriptions are used. | ||
21 | And unlike people seeing the text, they don't have the luxury of skimming to grasp vital information quickly -- they can only skip the rest of the description at any point, or wait for the screen reader to read all of it. | ||
22 | |||
23 | Detailed descriptions are only helpful when the user has decided the content is interesting to them. | ||
24 | Currently, most fedi frontends put them in the attachment's `alt` attribute, which is fine if the user is currently viewing a single post instead of the timeline. | ||
25 | But on the timeline, it's much more important to have quick summaries instead.\ | ||
26 | In terms of the example above, it's the same when viewing a single product vs. the product list. | ||
27 | You're only interested in the details if a product is interesting to you. | ||
28 | |||
29 | Image description on fedi are a step up from having none at all, but they're still inadequate. | ||
30 | Ideally, you could provide both a quick summary and an in-depth description, and the UI presents both in a way that's the most helpful.\ | ||
31 | Since this possibility doesn't exist, please consider keeping image descriptions short and putting the long description in the post body. | ||
diff --git a/content/notebook/fediverse/index.md b/content/notebook/fediverse/index.md new file mode 100644 index 0000000..c628a37 --- /dev/null +++ b/content/notebook/fediverse/index.md | |||
@@ -0,0 +1,8 @@ | |||
1 | --- | ||
2 | title: Fediverse | ||
3 | position: 2 | ||
4 | list_read_indicators: true | ||
5 | feed: true | ||
6 | --- | ||
7 | |||
8 | Longer texts I posted on the fediverse that I wanted to preserve. | ||