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
The alt text for each of the modal window images may not be clear as to convey the image context. This could lead to a confusing or frustrating user experience.
Screenshots
Current code
HTML
<imgclass="image"
alt="Screenshot of COVID Shield mobile app with bottom sheet highlighted"
src="…"
/><!-- … --><imgclass="image"
alt="Screenshot of COVID Shield mobile app with bottom sheet highlighted"
src="…"
/><!-- … --><imgclass="image"
alt="Screenshot of COVID Shield mobile app with Submit code button highlighted"
src="…"
/><!-- … --><imgclass="image"
alt="Screenshot of COVID Shield mobile app with I agree button highlighted"
src="…"
/><!-- … --><imgclass="image"
alt="Screenshot of iOS permissions pop-ups"
src="…"
/><!-- … --><imgclass="image"
alt="Screenshot of Android permissions pop-ups"
src="…"
/>
With an active screen reader, navigate through the image content via virtual cursor
Behavior
Expected
Image alt text to be clear and concise.
Actual
Image alt text may not be clear for users to understand.
Recommendation
Adjust each image alt text to be clear by:
Indicating which screen in the app the screenshot is showcasing,
Sharing the exact label of the control being highlighted, and
Using proper sentence structure.
recommended code
HTML
<imgclass="image"
alt="Covid Shield mobile app, home screen. A button at the bottom of the screen with the label, 'Covid Shield is ON', is highlighted."
src="…"
/><!-- … --><imgclass="image"
alt="Covid Shield mobile app, 'Covid Shield is ON' section is expanded. A section with heading, 'Covid Shield code', and button with the label, 'Share code', is highlighted."
src="…"
/><!-- … --><imgclass="image"
alt="Covid Shield mobile app, 'Share code' section is expanded. A form with heading, 'Please enter your 8 digit Covid Shield code', and button with the label, 'Submit code', is highlighted."
src="…"
/><!-- … --><imgclass="image"
alt="Covid Shield mobile app, 'Submit code' success message screen. A page with heading, 'Share your random IDs', and button with the label, 'I agree', is highlighted."
src="…"
/><!-- … --><imgclass="image"
alt="iOS dialog with heading, 'Share your random IDs From This Device With Covid Shield?'. Options include 'Don't Allow' or 'Allow'."
src="…"
/><!-- … --><imgclass="image"
alt="Android dialog with heading, 'Share your random IDs with Covid Shield?'. Options include 'Cancel' or 'Share'."
src="…"
/>
Issue summary
The
alt
text for each of the modal window images may not be clear as to convey the image context. This could lead to a confusing or frustrating user experience.Screenshots
Current code
HTML
Steps to reproduce
[email protected]
/password
Behavior
Expected
alt
text to be clear and concise.Actual
alt
text may not be clear for users to understand.Recommendation
Adjust each image
alt
text to be clear by:recommended code
HTML
Specifications
The text was updated successfully, but these errors were encountered: