@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

a11y: Add aria-label to global search field in top bar

Summary:
Form elements should have associated labels per https://www.w3.org/WAI/tutorials/forms/labels/

Ref T16072

Test Plan:
Visit http://phorge.localhost, inspect the `<input>` field parameters of the top right corner global Search field.
Optionally, run an Accessibility check in Chromium Lighthouse.

Reviewers: O1 Blessed Committers, chris

Reviewed By: O1 Blessed Committers, chris

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16072

Differential Revision: https://we.phorge.it/D26044

+1
+1
src/view/page/menu/PhabricatorMainMenuSearchView.php
··· 42 42 'autocorrect' => 'off', 43 43 'autocapitalize' => 'off', 44 44 'spellcheck' => 'false', 45 + 'aria-label' => pht('Search'), 45 46 )); 46 47 47 48 $target = javelin_tag(