twm / yarrharr

Yarrharr Feed Reader
GNU General Public License v3.0
3 stars 0 forks source link

Display "title text" of images onscreen #87

Closed twm closed 7 years ago

twm commented 7 years ago

Not being able to see the title text is annoying when viewing webcomics, particularly xkcd.

twm commented 7 years ago

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.