Page MenuHomePhorge

a11y: Set aria-label attribute for PHUIListItemView Edit links in task lists
AcceptedPublic

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

Details

Summary

Links should have a discernible name per https://dequeuniversity.com/rules/axe/4.10/link-name
The "Edit" icons/links (created by creating id(new PHUIListItemView()) in ManiphestTaskListView) for each task in Maniphest list results do not have any description what they actually do.

Ref T16072

Test Plan
  • While logged in, go to http://phorge.localhost/maniphest/query/assigned/
  • In the task list, inspect the Edit icon/link on the most right in each result line: Beforehand it lacked any context, now it has a descriptive aria-label="Edit Task" attribute.
  • Optionally, run an Accessibility check in Chromium Lighthouse.

Diff Detail

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