Page MenuHomePhabricator

Add more accessibility labels for screen readers
ClosedPublic

Authored by epriestley on Aug 17 2018, 5:56 PM.
Tags
None
Referenced Files
F18932313: D19595.id46844.diff
Mon, Nov 10, 7:05 AM
F18876879: D19595.id.diff
Thu, Nov 6, 4:42 AM
F18864032: D19595.diff
Mon, Nov 3, 2:17 AM
F18825735: D19595.id.diff
Oct 23 2025, 11:56 PM
F18818915: D19595.id46850.diff
Oct 22 2025, 3:12 AM
F18810322: D19595.id.diff
Oct 19 2025, 9:04 PM
F18805013: D19595.diff
Oct 18 2025, 1:09 PM
F18642614: D19595.diff
Sep 19 2025, 12:20 AM
Subscribers
None

Details

Summary

Depends on D19594. See PHI823. Ref T13164.

  • Add a label for the "X" button in comment areas, like "Remove Action: Change Subscribers".
  • Add a label for the floating header display options menu in Differential.
  • Add role="button" to PHUIButtonView objects that we render with an <a ...> tag.
Test Plan

Viewed a revision with ?__aural__=true:

  • Saw "Remove Action: ..." label.
  • Saw "Display Options" label.
  • Used inspector to verify that some <a class="button" ...> now have <a class="button" role="button" ...>. This isn't exhaustive, but at least improves things. A specific example is the "edit", "reply", etc., actions on inline comments.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable