getkirby / starterkit

Kirby's sample site – the easiest way to get started with Kirby
https://getkirby.com
176 stars 51 forks source link

Add sensible alt text for the photos in the Photography section #49

Closed MarcoZehe closed 1 year ago

MarcoZehe commented 1 year ago

While playing with the starter kit, I noticed that the photos as well as the cover images for the notes have no sensible alt text. Screen readers fall back to the names of the jpg files, which is not descriptive enough.

Suggestion: Add sensible alternative text throughout the starter kit that describe the images well. This would also set a good example of inclusive web design, that non-decorative images should be described.

distantnative commented 1 year ago

Love that nudge! We definitely should (a bit ashamed we haven't yet). Thank you.

distantnative commented 1 year ago

A first enhancement that will also improve the starter kit: https://github.com/getkirby/kirby/pull/4915

bastianallgeier commented 1 year ago

I've just added alt text to all images.

distantnative commented 1 year ago

@bastianallgeier but wouldn't have https://github.com/getkirby/kirby/pull/4915 just fixed it directly?