Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textarea in the questionnaire lacks label information #3944

Closed
peterk opened this issue May 22, 2022 · 1 comment · Fixed by #4074
Closed

Textarea in the questionnaire lacks label information #3944

peterk opened this issue May 22, 2022 · 1 comment · Fixed by #4074
Assignees

Comments

@peterk
Copy link

peterk commented May 22, 2022

The textarea in the questionnaire lacks a label which may impact accessibility (evaluated with the MS Accessibility insights browser extension). Could be solved by either adding an explicit label or connect the preceding paragraph element via aria-labelledby.

<p><textarea class="form-control" name="update" rows="7" cols="30">[% update | html %]</textarea></p>

@dracos
Copy link
Member

dracos commented Aug 24, 2022

Hi, thanks for spotting this and letting us know, I've got a PR in to fix it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants