mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
The `<textarea>` should have its existing `aria-describedby` point to a hint. Pointing to the label is bad practice as it would duplicate the accessible name into the accessible description. It’s good not to have that in the tests in case anyone copies the code elsewhere.