Description
Several accessibility issues found:
- Missing alt attributes on profile photo and cover image elements in
app/views/pages/_form.html.erb:38-42 and app/views/pages/_design_form.html.erb
- Missing aria-describedby linking password fields to helper text in
app/views/devise/registrations/new.html.erb
- No focus trap in modal dialogs (
app/javascript/controllers/openmodal_controller.js)
- Cover image div uses CSS
background-image with no aria-label for screen readers
Severity
Low