When you add an image, its name is set as an `alt` attribute, even if the image is meant to be decorative. E.g `alt="capture-2025-05-23-114123.jpeg"` This `alt` will be read for users who need a screenreader. This makes every document fail [RGAA 1.2 criterion](https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/) and causes accessibility issues. Proposal : by default set an empty : `alt=""`