Form elements should have associated labels per https://www.w3.org/WAI/tutorials/forms/labels/
Setting the name parameter for a <textarea> also as its aria-label is clearly more accessible than exposing no hints at all.
Ref T16072
Differential D26045
a11y: Set textarea name parameter also as aria-label aklapper on Sun, Jun 1, 11:24. Authored by Tags None Referenced Files
Subscribers
Details
Form elements should have associated labels per https://www.w3.org/WAI/tutorials/forms/labels/ Ref T16072 Go to http://phorge.localhost/D1, inspect comment field (below "Add Action..." dropdown) markup, see additional aria-label="comment" for <textarea>
Diff Detail
|