You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
Changed from word-anywhere matching to prefix-only regex. Now only
flags when words like "image", "photo", "icon" appear at the start
of alt text followed by "of", a separator, or as the entire text.
No longer flags natural usage like "Close icon for closing window"
or "Walmart Photo logo". Bump version to 0.8.5.
browserHint: "Screenshot the image to verify the alt text accurately describes it without filler words like 'image of'.",
20
30
description:
21
-
"Image alt text should not contain words like 'image', 'photo', or 'picture' — screen readers already announce the element type.",
31
+
"Image alt text should not start with words like 'image of', 'photo of', or 'picture of' — screen readers already announce the element type.",
22
32
guidance:
23
33
"Screen readers already announce 'image' or 'graphic' before reading alt text, so phrases like 'image of', 'photo of', or 'picture of' are redundant. Remove these words and describe what the image shows. For example, change 'image of a dog' to 'golden retriever playing fetch'.",
0 commit comments