Page MenuHomePhorge

a11y: Add alt text to main picture on profile page
AcceptedPublic

Authored by aklapper on Sun, Jun 1, 11:35.

Details

Summary

Images should have alternate text per https://dequeuniversity.com/rules/axe/4.10/image-alt
Ideally we'd set alt="" but in that case Phorge just drops the empty alt parameter completely.

Ref T16072

Test Plan

Go to http://phorge.localhost/p/user/ or http://phorge.localhost/project/profile/1/ and inspect the <img> element inside the people-menu-image-container class. See the alt parameter.
Optionally, run an Accessibility check in Chromium Lighthouse.

Diff Detail

Repository
rP Phorge
Branch
a11y-T16072-06 (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 2039
Build 2039: arc lint + arc unit