diff --git a/content/posts/website-best-practices.gmi b/content/posts/website-best-practices.gmi
index ec23000..5b6ae3e 100644
--- a/content/posts/website-best-practices.gmi
+++ b/content/posts/website-best-practices.gmi
@@ -511,7 +511,13 @@ A "longdesc" attribute used to be another way to reference an image transcript.
=> https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features HTML Living Standard: non-conforming features
-The recommended way to link to a transcript is by hyperlinking the image (i.e., wrapping it with ). Put a short summary in the alt-text, and mention that the hyperlink contains a transcript.
+The recommended way to link to a transcript is by hyperlinking the image (i.e., wrapping it with ) or semantically grouping the image with its transcript. Put a short summary in the alt-text, and mention the availability of a transcript. I do this by adding a transcript in a element at the end of a .
+
+A StackOverflow thread about comic transcripts outlines a good approach to semantically group images and transcripts, but I disagree with their interpretation of :
+
+=> https://stackoverflow.com/questions/65564539/what-is-the-semantically-correct-way-to-include-transcript-from-a-comic What is the semantically correct way to include transcript from a comic?
+
+Nothing in the spec seems to imply that appending a element to the end of a would be improper. Adding to a caption seems to tick all the right boxes: the has semantics indicating a description of the