Home
Phorge
Search
Configure Global Search
Log In
Transactions
D26051
Change Details
Change Details
Old
New
Diff
Forms should have a label per https://dequeuniversity.com/rules/axe/4.10/link-select. This is not the case for the `<select>` element above the comment field which has "Add Action..." as its first option which is created via `id(new AphrontFormSelectControl())` in `PhabricatorApplicationTransactionCommentView`. Add an `aria-label` attribute for screenreader use. See T16072
Forms should have a label per https://dequeuniversity.com/rules/axe/4.10/link-select. This is not the case for the `<select>` element above the comment field which has "Add Action..." as its first option which is created via `id(new AphrontFormSelectControl())` in `PhabricatorApplicationTransactionCommentView`. Add an `aria-label` attribute for screenreader use. Ref T16072
Forms should have a label per https://dequeuniversity.com/rules/axe/4.10/link-select. This is not the case for the `<select>` element above the comment field which has "Add Action..." as its first option which is created via `id(new AphrontFormSelectControl())` in `PhabricatorApplicationTransactionCommentView`. Add an `aria-label` attribute for screenreader use.
See
Ref
T16072
Continue