Page MenuHomePhabricator

Add more accessibility labels for screen readers
ClosedPublic

Authored by epriestley on Aug 17 2018, 5:56 PM.
Tags
None
Referenced Files
F15423264: D19595.diff
Sat, Mar 22, 2:22 PM
F15413660: D19595.id46850.diff
Wed, Mar 19, 8:23 PM
F15407580: D19595.id.diff
Tue, Mar 18, 6:27 PM
F15392507: D19595.id46844.diff
Sat, Mar 15, 3:37 PM
Unknown Object (File)
Mon, Mar 3, 2:16 AM
Unknown Object (File)
Wed, Feb 26, 12:41 AM
Unknown Object (File)
Feb 17 2025, 2:21 AM
Unknown Object (File)
Feb 9 2025, 6: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
Branch
acc2
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 20643
Build 28053: Run Core Tests
Build 28052: arc lint + arc unit