umbraco / Umbraco-CMS.Accessibility.Issues

6 stars 1 forks source link

Add user - Missing form labels #68

Closed umbrabot closed 1 year ago

umbrabot commented 2 years ago

Add user - Missing required information - 3 X Missing form label - Form fields

Steps to replicate:

  1. Access users sections
  2. Add a new user
  3. Form labels missing

Issue: Missing form label: A form control does not have a corresponding label

Why it matters: If a form control does not have a properly associated text label, the function or purpose of that form control may not be presented to screen reader users. Form labels also provide visible descriptions and larger clickable targets for form controls.

How to fix: If a text label for a form control is visible, use the

W3 reference: https://www.w3.org/WAI/WCAG21/Understanding/headings-and-labels

KarlButler1 commented 1 year ago

I've created a PR to resolve this issue here: https://github.com/umbraco/Umbraco-CMS/pull/13087