Skip to content

fix(a11y): add alt text to images missing it - #549

Open
swe-sanad wants to merge 1 commit into
frappe:developfrom
SWE-Pioneers:fix/a11y-alt-text
Open

fix(a11y): add alt text to images missing it#549
swe-sanad wants to merge 1 commit into
frappe:developfrom
SWE-Pioneers:fix/a11y-alt-text

Conversation

@swe-sanad

Copy link
Copy Markdown

Problem

Three images had no alt attribute.

Fix

  • CoverImage.vue / ImagePreview.vue: a generic-but-accurate description — neither component has access to what the image is actually a cover/preview of.
  • UnsplashImageBrowser.vue: Unsplash's own alt_description field per photo, falling back to a generic description for photos that don't have one.

- CoverImage.vue: generic but accurate description (the component has no
  access to what the cover belongs to).
- ImagePreview.vue: same, for the enlarged modal preview.
- UnsplashImageBrowser.vue: Unsplash's own alt_description field per
  photo, falling back to a generic description when a photo has none.
@greptile-apps

greptile-apps Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Confidence Score: 5/5

The accessibility-only changes appear safe to merge.

The new attributes match the available image context and preserve existing rendering and selection behavior.

Reviews (1): Last reviewed commit: "fix(a11y): add alt text to images missin..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants