Steps to reproduce
- Go to
admin/config/people/accounts
- Navigate to REGISTRATION AND CANCELLATION > When cancelling a user account
- Inspect the radio buttons. Seeing that
aria-describedby="edit-user-cancel-method--description"
whichedit-user-cancel-method--description
doesn't exists.
Those 3 radio buttons don't have any description. So I think they don't need to have aria-describedby
attribute.
For example, in REGISTRATION AND CANCELLATION > Who can register accounts?, the radio buttons don't have aria-describedby
attribute since they don't have description.
However, the description below (Users with the Select method ...
) is a description of the fieldset wrapper.