Closed twm closed 7 years ago
Not being able to see the title text is annoying when viewing webcomics, particularly xkcd.
Note that this can't be done in pure CSS. Aside from the possible accessibility problems, using a rule like img::after { content: attr(title); } doesn't work because <img> is a replaced element.
img::after { content: attr(title); }
<img>
Not being able to see the title text is annoying when viewing webcomics, particularly xkcd.